nlp-chula commited on
Commit
c326045
1 Parent(s): 0020ee7

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -59,7 +59,7 @@
59
  "position_embedding_type": "absolute",
60
  "problem_type": "single_label_classification",
61
  "torch_dtype": "float32",
62
- "transformers_version": "4.34.0",
63
  "type_vocab_size": 1,
64
  "use_cache": true,
65
  "vocab_size": 25005
 
59
  "position_embedding_type": "absolute",
60
  "problem_type": "single_label_classification",
61
  "torch_dtype": "float32",
62
+ "transformers_version": "4.34.1",
63
  "type_vocab_size": 1,
64
  "use_cache": true,
65
  "vocab_size": 25005
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d12f46b5b229e4f524285a2acefe93116554ab08c7d8fc9f139a5aaa2ded5738
3
- size 421095857
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e3c507e6b8c17f353db10a32f837e214eaf570fee073d968c0cd6b01943f6f
3
+ size 421096302
special_tokens_map.json CHANGED
@@ -7,7 +7,13 @@
7
  "bos_token": "<s>",
8
  "cls_token": "<s>",
9
  "eos_token": "</s>",
10
- "mask_token": "<mask>",
 
 
 
 
 
 
11
  "pad_token": "<pad>",
12
  "sep_token": "</s>",
13
  "unk_token": "<unk>"
 
7
  "bos_token": "<s>",
8
  "cls_token": "<s>",
9
  "eos_token": "</s>",
10
+ "mask_token": {
11
+ "content": "<mask>",
12
+ "lstrip": true,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
  "pad_token": "<pad>",
18
  "sep_token": "</s>",
19
  "unk_token": "<unk>"
tokenizer.json CHANGED
@@ -19,8 +19,8 @@
19
  "id": 0,
20
  "content": "<s>NOTUSED",
21
  "single_word": false,
22
- "lstrip": true,
23
- "rstrip": true,
24
  "normalized": false,
25
  "special": true
26
  },
@@ -37,8 +37,8 @@
37
  "id": 2,
38
  "content": "</s>NOTUSED",
39
  "single_word": false,
40
- "lstrip": true,
41
- "rstrip": true,
42
  "normalized": false,
43
  "special": true
44
  },
@@ -73,8 +73,8 @@
73
  "id": 8,
74
  "content": "<_>",
75
  "single_word": false,
76
- "lstrip": true,
77
- "rstrip": true,
78
  "normalized": false,
79
  "special": true
80
  },
@@ -84,7 +84,7 @@
84
  "single_word": false,
85
  "lstrip": true,
86
  "rstrip": false,
87
- "normalized": true,
88
  "special": true
89
  }
90
  ],
 
19
  "id": 0,
20
  "content": "<s>NOTUSED",
21
  "single_word": false,
22
+ "lstrip": false,
23
+ "rstrip": false,
24
  "normalized": false,
25
  "special": true
26
  },
 
37
  "id": 2,
38
  "content": "</s>NOTUSED",
39
  "single_word": false,
40
+ "lstrip": false,
41
+ "rstrip": false,
42
  "normalized": false,
43
  "special": true
44
  },
 
73
  "id": 8,
74
  "content": "<_>",
75
  "single_word": false,
76
+ "lstrip": false,
77
+ "rstrip": false,
78
  "normalized": false,
79
  "special": true
80
  },
 
84
  "single_word": false,
85
  "lstrip": true,
86
  "rstrip": false,
87
+ "normalized": false,
88
  "special": true
89
  }
90
  ],
tokenizer_config.json CHANGED
@@ -2,9 +2,9 @@
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>NOTUSED",
5
- "lstrip": true,
6
  "normalized": false,
7
- "rstrip": true,
8
  "single_word": false,
9
  "special": true
10
  },
@@ -18,9 +18,9 @@
18
  },
19
  "2": {
20
  "content": "</s>NOTUSED",
21
- "lstrip": true,
22
  "normalized": false,
23
- "rstrip": true,
24
  "single_word": false,
25
  "special": true
26
  },
@@ -50,16 +50,16 @@
50
  },
51
  "8": {
52
  "content": "<_>",
53
- "lstrip": true,
54
  "normalized": false,
55
- "rstrip": true,
56
  "single_word": false,
57
  "special": true
58
  },
59
  "25004": {
60
  "content": "<mask>",
61
  "lstrip": true,
62
- "normalized": true,
63
  "rstrip": false,
64
  "single_word": false,
65
  "special": true
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "<s>NOTUSED",
5
+ "lstrip": false,
6
  "normalized": false,
7
+ "rstrip": false,
8
  "single_word": false,
9
  "special": true
10
  },
 
18
  },
19
  "2": {
20
  "content": "</s>NOTUSED",
21
+ "lstrip": false,
22
  "normalized": false,
23
+ "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
 
50
  },
51
  "8": {
52
  "content": "<_>",
53
+ "lstrip": false,
54
  "normalized": false,
55
+ "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
  },
59
  "25004": {
60
  "content": "<mask>",
61
  "lstrip": true,
62
+ "normalized": false,
63
  "rstrip": false,
64
  "single_word": false,
65
  "special": true
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa868d580d3dda259c6ecc7e50e78399ac68d7bca7a2aa710a4e2a0966935247
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd44fabed603875fffba1eaccc6ca3fb0ecbb4806411614b617114320b84387
3
+ size 4536