Kriyans commited on
Commit
0b56364
1 Parent(s): 7e321fe

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
@@ -31,7 +31,7 @@
31
  "pad_token_id": 0,
32
  "position_embedding_type": "absolute",
33
  "torch_dtype": "float32",
34
- "transformers_version": "4.33.3",
35
  "type_vocab_size": 2,
36
  "use_cache": true,
37
  "vocab_size": 30522
 
31
  "pad_token_id": 0,
32
  "position_embedding_type": "absolute",
33
  "torch_dtype": "float32",
34
+ "transformers_version": "4.34.0",
35
  "type_vocab_size": 2,
36
  "use_cache": true,
37
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1129daf9fd79b8af5e3cb3519462216a9a73c11b17be92a738bd5f6855443a24
3
  size 435646633
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8140565365fa8d2055f6c82b20db0ac78982e5582db47b2d77c80a1f07e7277e
3
  size 435646633
tokenizer_config.json CHANGED
@@ -1,4 +1,47 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": 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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
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_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1dce4be42435c1a5aeab7e3f265a7a716eb01d8c4cec70bbf724e04143fa8163
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89d96ae1cb4213c82b7a19ae3e0ade46022c6e1819cfc52ffe15d1b009a913b3
3
  size 4027