uf-aice-lab minhcrafters commited on
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>

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
  ],