krinal214 commited on
Commit
e2f50c3
1 Parent(s): 1b1356f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  model-index:
6
  - name: bert-all-squad_que_translated
7
  results: []
@@ -12,9 +14,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # bert-all-squad_que_translated
14
 
15
- This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.5141
18
 
19
  ## Model description
20
 
@@ -43,14 +45,14 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:-----:|:---------------:|
48
- | 1.1627 | 1.0 | 10156 | 0.5141 |
49
 
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.16.2
54
  - Pytorch 1.9.1
55
- - Datasets 1.18.4
56
  - Tokenizers 0.11.6
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - tydiqa
7
  model-index:
8
  - name: bert-all-squad_que_translated
9
  results: []
 
14
 
15
  # bert-all-squad_que_translated
16
 
17
+ This model is a fine-tuned version of [bert-base-multilingual-cased](https://huggingface.co/bert-base-multilingual-cased) on the tydiqa dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.5772
20
 
21
  ## Model description
22
 
 
45
 
46
  ### Training results
47
 
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.4316 | 1.0 | 4031 | 0.5772 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.17.0
56
  - Pytorch 1.9.1
57
+ - Datasets 2.0.0
58
  - Tokenizers 0.11.6