codestylist
commited on
Commit
•
2434b9a
1
Parent(s):
72b758e
Upload config.json
Browse files- config.json +9 -3
config.json
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -63,7 +69,7 @@
|
|
63 |
}
|
64 |
},
|
65 |
"torch_dtype": "float32",
|
66 |
-
"transformers_version": "4.
|
67 |
"use_cache": true,
|
68 |
-
"vocab_size":
|
69 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "seq2seq_results/combined_nl_prompt_base_features_codet5small/epoch 2/checkpoint-85000",
|
3 |
+
"adapters": {
|
4 |
+
"adapters": {},
|
5 |
+
"config_map": {},
|
6 |
+
"fusion_config_map": {},
|
7 |
+
"fusions": {}
|
8 |
+
},
|
9 |
"architectures": [
|
10 |
"T5ForConditionalGeneration"
|
11 |
],
|
|
|
69 |
}
|
70 |
},
|
71 |
"torch_dtype": "float32",
|
72 |
+
"transformers_version": "4.17.0",
|
73 |
"use_cache": true,
|
74 |
+
"vocab_size": 32102
|
75 |
}
|