Venkatesh4342 commited on
Commit
a7bdfce
1 Parent(s): fba112a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.1357
20
- - F1: 0.8144
21
 
22
  ## Model description
23
 
@@ -49,12 +49,12 @@ The following hyperparameters were used during training:
49
 
50
  ### Training results
51
 
52
- | Training Loss | Epoch | Step | Validation Loss | F1 |
53
- |:-------------:|:-----:|:----:|:---------------:|:------:|
54
- | No log | 1.0 | 2486 | 0.1406 | 0.7939 |
55
- | No log | 2.0 | 4972 | 0.1353 | 0.8026 |
56
- | 0.1384 | 3.0 | 7458 | 0.1332 | 0.8150 |
57
- | 0.1384 | 4.0 | 9944 | 0.1357 | 0.8144 |
58
 
59
 
60
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1446
20
+ - F1: 0.8111
21
 
22
  ## Model description
23
 
 
49
 
50
  ### Training results
51
 
52
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
53
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
54
+ | No log | 1.0 | 2509 | 0.1507 | 0.7986 |
55
+ | No log | 2.0 | 5019 | 0.1419 | 0.8054 |
56
+ | 0.1385 | 3.0 | 7529 | 0.1399 | 0.8077 |
57
+ | 0.1385 | 4.0 | 10036 | 0.1446 | 0.8111 |
58
 
59
 
60
  ### Framework versions