michaelfeil
commited on
hot fix: config.json
Browse filesQuick oversight, I missed a `,` in the json!
- config.json +1 -1
config.json
CHANGED
@@ -28,6 +28,6 @@
|
|
28 |
"transformers_version": "4.41.2",
|
29 |
"use_cache": true,
|
30 |
"use_sliding_window": false,
|
31 |
-
"is_causal": false
|
32 |
"vocab_size": 151646
|
33 |
}
|
|
|
28 |
"transformers_version": "4.41.2",
|
29 |
"use_cache": true,
|
30 |
"use_sliding_window": false,
|
31 |
+
"is_causal": false,
|
32 |
"vocab_size": 151646
|
33 |
}
|