jianxun commited on
Commit
2b2b5cc
·
1 Parent(s): f74a32b

Training in progress, step 500

Browse files
config.json CHANGED
@@ -36,6 +36,6 @@
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.11.3",
40
  "vocab_size": 30522
41
  }
 
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.29.1",
40
  "vocab_size": 30522
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3d71d206e588266d3926399e70f2186a7db2f5ab06823aaebbfa4eaa70853600
3
- size 267872369
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58ce01d631c9d28fec1ecc218d76a56eda4ad753c87841e61e94a1e975ad7b1
3
+ size 267866413
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:517e8e62c44038fc477000a4e0baeb3613cf3aee44d085e52d5411c37e9e8372
3
- size 2863
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5daf670f6ce42f3300cb86468ca9035e58fdd48e23505553fbae765e59844581
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff