liamcripwell commited on
Commit
9532744
1 Parent(s): 00a8a54

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
- "base_model": "/gpfsdswork/dataset/HuggingFace_Models/google/mt5-base/",
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
  "d_model": 768,
 
3
  "architectures": [
4
  "MT5ForConditionalGeneration"
5
  ],
6
+ "base_model": "google/mt5-base",
7
  "d_ff": 2048,
8
  "d_kv": 64,
9
  "d_model": 768,