Monica95 commited on
Commit
5f2e336
·
1 Parent(s): ad15648

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</s>": 2,
3
+ "<mask>": 30526,
4
+ "<pad>": 1,
5
+ "<s>": 0,
6
+ "<unk>": 3,
7
+ "[UNK]": 104
8
+ }
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "problem_type": "single_label_classification",
29
  "relative_attention_num_buckets": 32,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.33.2",
32
  "vocab_size": 30527
33
  }
 
28
  "problem_type": "single_label_classification",
29
  "relative_attention_num_buckets": 32,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.34.0",
32
  "vocab_size": 30527
33
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86b67117de7b560f198625b680fb1f19dd28f461ea000954bb765d50395e7c77
3
  size 438017201
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceec869ec54038e69b29d7212e8cdb793bda35d26c532543493c3bb43e335224
3
  size 438017201
special_tokens_map.json CHANGED
@@ -2,13 +2,7 @@
2
  "bos_token": "<s>",
3
  "cls_token": "<s>",
4
  "eos_token": "</s>",
5
- "mask_token": {
6
- "content": "<mask>",
7
- "lstrip": true,
8
- "normalized": false,
9
- "rstrip": false,
10
- "single_word": false
11
- },
12
  "pad_token": "<pad>",
13
  "sep_token": "</s>",
14
  "unk_token": "[UNK]"
 
2
  "bos_token": "<s>",
3
  "cls_token": "<s>",
4
  "eos_token": "</s>",
5
+ "mask_token": "<mask>",
 
 
 
 
 
 
6
  "pad_token": "<pad>",
7
  "sep_token": "</s>",
8
  "unk_token": "[UNK]"
tokenizer_config.json CHANGED
@@ -1,4 +1,55 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "bos_token": "<s>",
3
  "clean_up_tokenization_spaces": true,
4
  "cls_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": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "104": {
36
+ "content": "[UNK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "30526": {
44
+ "content": "<mask>",
45
+ "lstrip": true,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ }
51
+ },
52
+ "additional_special_tokens": [],
53
  "bos_token": "<s>",
54
  "clean_up_tokenization_spaces": true,
55
  "cls_token": "<s>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a7fdb1448d5f9a120f22c10ed7a6b496b205b3acacf569feb838f40e92bcd29
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c1fe7a6ba48e39820e727494eaa03fd7814444d5878de808eaa3ecd38524e7
3
  size 4027