Areepatw commited on
Commit
3dfcfbe
·
verified ·
1 Parent(s): 5eed03c

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: apache-2.0
4
- base_model: bert-base-multilingual-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
- - name: mbert-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
- # mbert-sst2
19
 
20
- This model is a fine-tuned version of [bert-base-multilingual-uncased](https://huggingface.co/bert-base-multilingual-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3137
23
- - Accuracy: 0.8968
24
- - F1: 0.8968
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.2213 | 1.0 | 4210 | 0.3137 | 0.8968 | 0.8968 |
57
 
58
 
59
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: apache-2.0
4
+ base_model: bert-base-uncased
5
  tags:
6
  - generated_from_trainer
7
  metrics:
8
  - accuracy
9
  - f1
10
  model-index:
11
+ - name: bert-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
+ # bert-sst2
19
 
20
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.2521
23
+ - Accuracy: 0.9174
24
+ - F1: 0.9174
25
 
26
  ## Model description
27
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.1712 | 1.0 | 4210 | 0.2521 | 0.9174 | 0.9174 |
57
 
58
 
59
  ### Framework versions