add flax model
This commit is contained in:
parent
b41a392439
commit
0b8087bb43
16
config.json
16
config.json
|
@ -65,16 +65,16 @@
|
||||||
"summary_proj_to_labels": true,
|
"summary_proj_to_labels": true,
|
||||||
"summary_type": "cls_index",
|
"summary_type": "cls_index",
|
||||||
"summary_use_proj": true,
|
"summary_use_proj": true,
|
||||||
"transformers_version": "4.5.0.dev0",
|
|
||||||
"use_cache": true,
|
|
||||||
"vocab_size": 50257,
|
|
||||||
"window_size": 256,
|
|
||||||
"tokenizer_class": "GPT2Tokenizer",
|
|
||||||
"task_specific_params": {
|
"task_specific_params": {
|
||||||
"text-generation": {
|
"text-generation": {
|
||||||
"do_sample": true,
|
"do_sample": true,
|
||||||
"temperature": 0.9,
|
"max_length": 50,
|
||||||
"max_length": 50
|
"temperature": 0.9
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"tokenizer_class": "GPT2Tokenizer",
|
||||||
|
"transformers_version": "4.9.0.dev0",
|
||||||
|
"use_cache": true,
|
||||||
|
"vocab_size": 50257,
|
||||||
|
"window_size": 256
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue