minhcrafters
commited on
Commit
•
25dbe34
1
Parent(s):
e535977
Corrected the model's config name so that it works properly
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"RobertaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "math-roberta",
|
3 |
"architectures": [
|
4 |
"RobertaForCausalLM"
|
5 |
],
|