achyut commited on
Commit
413c34b
1 Parent(s): 6dba849

uploaded 4 more

Browse files
Files changed (4) hide show
  1. tokenizer_config.json +14 -0
  2. trainer_state.json +15 -0
  3. training_args.bin +0 -0
  4. vocab.txt +0 -0
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 376,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [],
10
+ "max_steps": 376,
11
+ "num_train_epochs": 2,
12
+ "total_flos": 783875831546880.0,
13
+ "trial_name": null,
14
+ "trial_params": null
15
+ }
training_args.bin ADDED
Binary file (3.44 kB). View file
 
vocab.txt ADDED
The diff for this file is too large to render. See raw diff