ragunath-ravi commited on
Commit
813e4fc
·
verified ·
1 Parent(s): d4e6138

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -6
README.md CHANGED
@@ -28,12 +28,6 @@ This repository contains a DeBERTa v3 base model fine-tuned for emotion classifi
28
  - Number of labels: 6
29
  - Training environment: Google Colab
30
 
31
- ## Reported metrics
32
- | Epoch | Training Loss | Validation Loss | Accuracy |
33
- |-------|---------------:|-----------------:|---------:|
34
- | 1 | 0.241200 | 0.249670 | 0.925000 |
35
- | 2 | 0.127800 | 0.176021 | 0.937500 |
36
-
37
  ## intended use
38
  This model is intended to support emotion classification tasks. It may produce incorrect or biased outputs when used on out-of-distribution text, long-form inputs, or languages it was not trained on. Use a confidence-based fallback for important decisions and include human review for high-stakes applications.
39
 
 
28
  - Number of labels: 6
29
  - Training environment: Google Colab
30
 
 
 
 
 
 
 
31
  ## intended use
32
  This model is intended to support emotion classification tasks. It may produce incorrect or biased outputs when used on out-of-distribution text, long-form inputs, or languages it was not trained on. Use a confidence-based fallback for important decisions and include human review for high-stakes applications.
33