Commit
•
52a12dd
1
Parent(s):
e535977
Corrected the model's config name so that it works properly (#2)
Browse files- Corrected the model's config name so that it works properly (25dbe34e99566e2a7c44c5175b19bcbfc23ad49a)
Co-authored-by: Minh Le <minhcrafters@users.noreply.huggingface.co>
- 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 |
],
|