minhcrafters commited on
Commit
25dbe34
1 Parent(s): e535977

Corrected the model's config name so that it works properly

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./my_blue_storage/algebra_nation_roberta/roberta-large-finetuned/checkpoint-34500",
3
  "architectures": [
4
  "RobertaForCausalLM"
5
  ],
 
1
  {
2
+ "_name_or_path": "math-roberta",
3
  "architectures": [
4
  "RobertaForCausalLM"
5
  ],