joshuaphua commited on
Commit
9b17247
1 Parent(s): 8bc2710

Training in progress, epoch 1

Browse files
Files changed (5) hide show
  1. .DS_Store +0 -0
  2. config.json +1 -1
  3. pytorch_model.bin +2 -2
  4. tokenizer_config.json +0 -42
  5. training_args.bin +2 -2
.DS_Store ADDED
Binary file (6.15 kB). View file
 
config.json CHANGED
@@ -41,7 +41,7 @@
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
- "transformers_version": "4.44.0",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 30522
 
41
  "pad_token_id": 0,
42
  "position_embedding_type": "absolute",
43
  "torch_dtype": "float32",
44
+ "transformers_version": "4.33.2",
45
  "type_vocab_size": 2,
46
  "use_cache": true,
47
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:17ebb86581f95ce1b0f7d2c488d96f13fa4efe3563bf922045c7c81d44b63d98
3
- size 435663597
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d002ad6b73d7b2b3eabd57d90e1308583ec30151ead54cfdbff5e58699deff4
3
+ size 435659622
tokenizer_config.json CHANGED
@@ -1,46 +1,4 @@
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
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc5824fdd9533400a2f1a1a353465f29e1a3dae4b1fad42b1ccfde823f8015ce
3
- size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3802c0c2a94ca10bb7e9f6024c244d63b10661d3008fafce6653f51f6c7f199
3
+ size 4536