hugohrban commited on
Commit
339497c
·
verified ·
1 Parent(s): c35e72c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -21,7 +21,7 @@
21
  "summary_proj_to_labels": true,
22
  "summary_type": "cls_index",
23
  "summary_use_proj": true,
24
- "transformers_version": "4.10.0.dev0",
25
  "tokenizer_class": "GPT2Tokenizer",
26
  "task_specific_params": {
27
  "text-generation": {
@@ -32,5 +32,6 @@
32
  },
33
  "torch_dtype": "float32",
34
  "use_cache": true,
35
- "vocab_size": 37
 
36
  }
 
21
  "summary_proj_to_labels": true,
22
  "summary_type": "cls_index",
23
  "summary_use_proj": true,
24
+ "transformers_version": "4.16.2",
25
  "tokenizer_class": "GPT2Tokenizer",
26
  "task_specific_params": {
27
  "text-generation": {
 
32
  },
33
  "torch_dtype": "float32",
34
  "use_cache": true,
35
+ "vocab_size_emb": 37,
36
+ "vocab_size_lm_head": 32
37
  }