Update config.json
Browse files- config.json +1 -9
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"ProGenForCausalLM"
|
@@ -25,18 +25,10 @@
|
|
25 |
"summary_proj_to_labels": true,
|
26 |
"summary_type": "cls_index",
|
27 |
"summary_use_proj": true,
|
28 |
-
"task_specific_params": {
|
29 |
-
"text-generation": {
|
30 |
-
"do_sample": true,
|
31 |
-
"max_length": 50,
|
32 |
-
"temperature": 1.0
|
33 |
-
}
|
34 |
-
},
|
35 |
"tokenizer_class": "GPT2Tokenizer",
|
36 |
"torch_dtype": "float32",
|
37 |
"transformers_version": "4.40.0",
|
38 |
"use_cache": true,
|
39 |
-
"vocab_size": 32,
|
40 |
"vocab_size_emb": 32,
|
41 |
"vocab_size_lm_head": 32
|
42 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "progen2-small",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"ProGenForCausalLM"
|
|
|
25 |
"summary_proj_to_labels": true,
|
26 |
"summary_type": "cls_index",
|
27 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
"tokenizer_class": "GPT2Tokenizer",
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.40.0",
|
31 |
"use_cache": true,
|
|
|
32 |
"vocab_size_emb": 32,
|
33 |
"vocab_size_lm_head": 32
|
34 |
}
|