Sanath369 commited on
Commit
ff0b5df
·
1 Parent(s): 51c9782

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: mit
3
  tags:
4
  - generated_from_trainer
 
 
 
5
  model-index:
6
  - name: Telugu_movie_review_sentiment
7
  results: []
@@ -13,6 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
13
  # Telugu_movie_review_sentiment
14
 
15
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
 
 
 
 
16
 
17
  ## Model description
18
 
@@ -37,7 +44,7 @@ The following hyperparameters were used during training:
37
  - seed: 42
38
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
  - lr_scheduler_type: linear
40
- - num_epochs: 2
41
 
42
  ### Training results
43
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ - f1
8
  model-index:
9
  - name: Telugu_movie_review_sentiment
10
  results: []
 
16
  # Telugu_movie_review_sentiment
17
 
18
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.3627
21
+ - Accuracy: 0.8814
22
+ - F1: 0.8889
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 4
48
 
49
  ### Training results
50