AlvianKhairi commited on
Commit
a8b46e2
1 Parent(s): 40c2e1a

Training in progress, epoch 1

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