GuCuChiara commited on
Commit
aae6c46
1 Parent(s): d68d495

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
7
+ }
config.json CHANGED
@@ -34,7 +34,7 @@
34
  "pooler_type": "first_token_transform",
35
  "position_embedding_type": "absolute",
36
  "torch_dtype": "float32",
37
- "transformers_version": "4.33.2",
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 119547
 
34
  "pooler_type": "first_token_transform",
35
  "position_embedding_type": "absolute",
36
  "torch_dtype": "float32",
37
+ "transformers_version": "4.34.0",
38
  "type_vocab_size": 2,
39
  "use_cache": true,
40
  "vocab_size": 119547
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cefbc9949a6b21d29e9e6ecf73916c0fdbfba3f996490cfea2c4cf85015cba34
3
  size 709128361
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ca369a2c42c91f7cc0f954a3eaec9ade15fbc9f3a672a0aab09b96c5ffdb08a
3
  size 709128361
tokenizer_config.json CHANGED
@@ -1,5 +1,48 @@
1
  {
2
  "add_prefix_space": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "clean_up_tokenization_spaces": true,
4
  "cls_token": "[CLS]",
5
  "do_lower_case": false,
 
1
  {
2
  "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "100": {
13
+ "content": "[UNK]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "101": {
21
+ "content": "[CLS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "102": {
29
+ "content": "[SEP]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "103": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "additional_special_tokens": [],
46
  "clean_up_tokenization_spaces": true,
47
  "cls_token": "[CLS]",
48
  "do_lower_case": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03dcfd11e4122984844e50cfc0eb2cfb55eec327f61728e042860f2b7851ef4e
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff3dabb2f884976b9c670b799243066cfe93a854568f522b53c4498f06553905
3
+ size 4155