Upload tiny random Llama-3.3 model (seed 42)
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
@@ -32,7 +32,7 @@
|
|
| 32 |
},
|
| 33 |
"rope_theta": 500000.0,
|
| 34 |
"tie_word_embeddings": false,
|
| 35 |
-
"torch_dtype": "
|
| 36 |
"transformers_version": "4.52.4",
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 1000
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"LlamaForSequenceClassification"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
| 32 |
},
|
| 33 |
"rope_theta": 500000.0,
|
| 34 |
"tie_word_embeddings": false,
|
| 35 |
+
"torch_dtype": "float32",
|
| 36 |
"transformers_version": "4.52.4",
|
| 37 |
"use_cache": true,
|
| 38 |
"vocab_size": 1000
|