Upload BloomWithLogitsToKeep
Browse files- config.json +1 -1
- generation_config.json +7 -0
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"apply_residual_connection_post_layernorm": false,
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"attention_softmax_in_fp32": true,
|
|
|
|
| 1 |
{
|
| 2 |
"apply_residual_connection_post_layernorm": false,
|
| 3 |
"architectures": [
|
| 4 |
+
"BloomWithLogitsToKeep"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"attention_softmax_in_fp32": true,
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 1,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "4.56.0"
|
| 7 |
+
}
|
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:f23624dd14987fc3d04d9534a8597897bacf635ce461751588f4aa2f070a3502
|
| 3 |
+
size 3444852416
|