occupy1 commited on
Commit
39ade06
·
1 Parent(s): bc9aa02

Training completed!

Browse files
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.8639254884143572
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.1367
36
- - F1: 0.8639
37
 
38
  ## Model description
39
 
@@ -64,14 +64,14 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
- | 0.2566 | 1.0 | 525 | 0.1594 | 0.8195 |
68
- | 0.1219 | 2.0 | 1050 | 0.1383 | 0.8577 |
69
- | 0.0786 | 3.0 | 1575 | 0.1367 | 0.8639 |
70
 
71
 
72
  ### Framework versions
73
 
74
- - Transformers 4.32.1
75
  - Pytorch 2.0.1
76
  - Datasets 2.12.0
77
- - Tokenizers 0.13.3
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.8622217174011813
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the xtreme dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.1364
36
+ - F1: 0.8622
37
 
38
  ## Model description
39
 
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
+ | 0.2571 | 1.0 | 525 | 0.1657 | 0.8219 |
68
+ | 0.1244 | 2.0 | 1050 | 0.1424 | 0.8498 |
69
+ | 0.0813 | 3.0 | 1575 | 0.1364 | 0.8622 |
70
 
71
 
72
  ### Framework versions
73
 
74
+ - Transformers 4.34.1
75
  - Pytorch 2.0.1
76
  - Datasets 2.12.0
77
+ - Tokenizers 0.14.1
config.json CHANGED
@@ -39,7 +39,7 @@
39
  "pad_token_id": 1,
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
- "transformers_version": "4.32.1",
43
  "type_vocab_size": 1,
44
  "use_cache": true,
45
  "vocab_size": 250002
 
39
  "pad_token_id": 1,
40
  "position_embedding_type": "absolute",
41
  "torch_dtype": "float32",
42
+ "transformers_version": "4.34.1",
43
  "type_vocab_size": 1,
44
  "use_cache": true,
45
  "vocab_size": 250002
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c06a722fc76b19bd030ae2988966bb34bd83362ab112d61cc33900955fcad25
3
  size 1109902057
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34806be1d70ad0080dd37f66a0237ca202f75e24711303d825bf7f19caee73e0
3
  size 1109902057
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
- size 17082758
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003498ab0695fbf35aedc8bbbae1e20a6033a1b3914e49c6d2fbe1d54d7d93b9
3
+ size 17082786
tokenizer_config.json CHANGED
@@ -1,16 +1,51 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
  "cls_token": "<s>",
5
  "eos_token": "</s>",
6
- "mask_token": {
7
- "__type": "AddedToken",
8
- "content": "<mask>",
9
- "lstrip": true,
10
- "normalized": true,
11
- "rstrip": false,
12
- "single_word": false
13
- },
14
  "model_max_length": 512,
15
  "pad_token": "<pad>",
16
  "sep_token": "</s>",
 
1
  {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "250001": {
36
+ "content": "<mask>",
37
+ "lstrip": true,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "<s>",
47
  "eos_token": "</s>",
48
+ "mask_token": "<mask>",
 
 
 
 
 
 
 
49
  "model_max_length": 512,
50
  "pad_token": "<pad>",
51
  "sep_token": "</s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a67fd17a3bb8c2692408c88372458713998a3097ed336f1f97467490a0c4472
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90925987f5db0f4446b7705104dc24db4fadfe1bbeeec6a9c116358a39f307a3
3
  size 4091