Areepatw commited on
Commit
ee9fbb4
·
verified ·
1 Parent(s): c557005

Initial model upload

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -1,27 +1,27 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: xlm-roberta-base
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
- - name: xlmroberta-sst2
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
- # xlmroberta-sst2
19
 
20
- This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2600
23
- - Accuracy: 0.9140
24
- - F1: 0.9139
25
 
26
  ## Model description
27
 
@@ -53,7 +53,7 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
- | 0.2108 | 1.0 | 4210 | 0.2600 | 0.9140 | 0.9139 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
+ - name: roberta-sst2
12
  results: []
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
  should probably proofread and complete it, then remove this comment. -->
17
 
18
+ # roberta-sst2
19
 
20
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2142
23
+ - Accuracy: 0.9415
24
+ - F1: 0.9415
25
 
26
  ## Model description
27
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.2059 | 1.0 | 4210 | 0.2142 | 0.9415 | 0.9415 |
57
 
58
 
59
  ### Framework versions