Upload 2 files
Browse files- config.json +13 -0
- model.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Gemma3ForConditionalGeneration"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "gemma3",
|
| 6 |
+
"torch_dtype": "torch.bfloat16",
|
| 7 |
+
"hidden_size": 1344,
|
| 8 |
+
"num_hidden_layers": 8,
|
| 9 |
+
"num_attention_heads": 2,
|
| 10 |
+
"intermediate_size": 5376,
|
| 11 |
+
"head_dim": 672,
|
| 12 |
+
"vocab_size": 65552
|
| 13 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e42b38c2527a743ab792d49a2841462bbe9dbbb33f68e8318b14e073624bbba7
|
| 3 |
+
size 566477216
|