Nehc commited on
Commit
f44dcc2
1 Parent(s): e4aa120

Only 1 epoch

Browse files
Files changed (3) hide show
  1. config.json +5 -1
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +1 -1
config.json CHANGED
@@ -19,10 +19,14 @@
19
  "n_layer": 12,
20
  "n_positions": 2048,
21
  "resid_pdrop": 0.1,
 
22
  "summary_activation": null,
23
  "summary_first_dropout": 0.1,
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
27
- "vocab_size": 50257
 
 
 
28
  }
 
19
  "n_layer": 12,
20
  "n_positions": 2048,
21
  "resid_pdrop": 0.1,
22
+ "scale_attn_weights": true,
23
  "summary_activation": null,
24
  "summary_first_dropout": 0.1,
25
  "summary_proj_to_labels": true,
26
  "summary_type": "cls_index",
27
  "summary_use_proj": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.11.0.dev0",
30
+ "use_cache": true,
31
+ "vocab_size": 50258
32
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9a469d76899bd9066ba8766d466112d7ba95d01f575ed6eb3bb28a9f71f382b1
3
- size 551300047
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e1ae8797e32efea642c8229680912818e409fc645eae8934e44caf383b5ab96
3
+ size 551298921
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "workflow"}
 
1
+ {"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "special_tokens_map_file": null, "name_or_path": "workflow", "tokenizer_file": "workflow\\tokenizer.json", "tokenizer_class": "GPT2Tokenizer"}