Commit
·
cc8bd73
1
Parent(s):
685d782
Update tiny models for FuyuForCausalLM
Browse files- config.json +2 -3
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -27,8 +27,6 @@
|
|
| 27 |
"rope_scaling": null,
|
| 28 |
"rope_theta": 25000.0,
|
| 29 |
"text_config": {
|
| 30 |
-
"bos_token_id": 71013,
|
| 31 |
-
"eos_token_id": 71013,
|
| 32 |
"hidden_act": "gelu",
|
| 33 |
"hidden_size": 32,
|
| 34 |
"intermediate_size": 37,
|
|
@@ -36,7 +34,8 @@
|
|
| 36 |
"model_type": "persimmon",
|
| 37 |
"num_attention_heads": 4,
|
| 38 |
"num_hidden_layers": 2,
|
| 39 |
-
"pad_token_id": 0
|
|
|
|
| 40 |
},
|
| 41 |
"tie_word_embeddings": false,
|
| 42 |
"torch_dtype": "float32",
|
|
|
|
| 27 |
"rope_scaling": null,
|
| 28 |
"rope_theta": 25000.0,
|
| 29 |
"text_config": {
|
|
|
|
|
|
|
| 30 |
"hidden_act": "gelu",
|
| 31 |
"hidden_size": 32,
|
| 32 |
"intermediate_size": 37,
|
|
|
|
| 34 |
"model_type": "persimmon",
|
| 35 |
"num_attention_heads": 4,
|
| 36 |
"num_hidden_layers": 2,
|
| 37 |
+
"pad_token_id": 0,
|
| 38 |
+
"vocab_size": 99
|
| 39 |
},
|
| 40 |
"tie_word_embeddings": false,
|
| 41 |
"torch_dtype": "float32",
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caa01bcd251931627892a9728493cf115bb1022a2a7f9e493cd6e21a9618add5
|
| 3 |
+
size 430256
|