Gozear commited on
Commit
978ae61
1 Parent(s): 8f25983

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "french_to_english",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
@@ -54,8 +54,7 @@
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
57
- "torch_dtype": "float32",
58
  "transformers_version": "4.41.2",
59
- "use_cache": false,
60
  "vocab_size": 32128
61
  }
 
1
  {
2
+ "_name_or_path": "french_to_english/",
3
  "architectures": [
4
  "T5ForConditionalGeneration"
5
  ],
 
54
  "prefix": "translate English to Romanian: "
55
  }
56
  },
 
57
  "transformers_version": "4.41.2",
58
+ "use_cache": true,
59
  "vocab_size": 32128
60
  }