Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"_name_or_path": "/stratch/bounllm/pretrained_checkpoints/ckpt-1.74M",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
@@ -27,6 +28,5 @@
|
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "float32",
|
29 |
"transformers_version": "4.36.2",
|
30 |
-
"use_cache": false
|
31 |
-
"vocab_size": 32128
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"vocab_size": 32128,
|
3 |
"_name_or_path": "/stratch/bounllm/pretrained_checkpoints/ckpt-1.74M",
|
4 |
"architectures": [
|
5 |
"T5ForConditionalGeneration"
|
|
|
28 |
"tie_word_embeddings": false,
|
29 |
"torch_dtype": "float32",
|
30 |
"transformers_version": "4.36.2",
|
31 |
+
"use_cache": false
|
|
|
32 |
}
|