Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -18,6 +18,7 @@
|
|
18 |
"rotary_pct": 0.5,
|
19 |
"tie_word_embeddings": false,
|
20 |
"transformers_version": "4.22.0",
|
|
|
21 |
"use_cache": true,
|
22 |
"vocab_size": 30080
|
23 |
}
|
|
|
18 |
"rotary_pct": 0.5,
|
19 |
"tie_word_embeddings": false,
|
20 |
"transformers_version": "4.22.0",
|
21 |
+
"torch_dtype": "float32",
|
22 |
"use_cache": true,
|
23 |
"vocab_size": 30080
|
24 |
}
|