Automatic quantization of Sambhavnoobcoder/gpt2-test-quantization
Browse files- README.md +1 -1
- config.json +4 -2
- generation_config.json +1 -1
- pytorch_model.bin +2 -2
- tokenizer.json +0 -0
README.md
CHANGED
|
@@ -78,4 +78,4 @@ This model was automatically quantized by the [Auto-Quantization Service](https:
|
|
| 78 |
|
| 79 |
---
|
| 80 |
|
| 81 |
-
*Generated on 2026-01-
|
|
|
|
| 78 |
|
| 79 |
---
|
| 80 |
|
| 81 |
+
*Generated on 2026-01-10 21:14:45 by [Auto-Quantization MVP](https://huggingface.co/spaces/Sambhavnoobcoder/quantization-mvp)*
|
config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_function": "gelu_new",
|
| 3 |
"architectures": [
|
| 4 |
"GPT2LMHeadModel"
|
| 5 |
],
|
| 6 |
"attn_pdrop": 0.1,
|
| 7 |
"bos_token_id": 50256,
|
| 8 |
-
"dtype": "
|
| 9 |
"embd_pdrop": 0.1,
|
| 10 |
"eos_token_id": 50256,
|
| 11 |
"initializer_range": 0.02,
|
|
@@ -32,7 +33,8 @@
|
|
| 32 |
"max_length": 50
|
| 33 |
}
|
| 34 |
},
|
| 35 |
-
"
|
|
|
|
| 36 |
"use_cache": true,
|
| 37 |
"vocab_size": 50257
|
| 38 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Sambhavnoobcoder/gpt2-test-quantization",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
| 6 |
],
|
| 7 |
"attn_pdrop": 0.1,
|
| 8 |
"bos_token_id": 50256,
|
| 9 |
+
"dtype": "float32",
|
| 10 |
"embd_pdrop": 0.1,
|
| 11 |
"eos_token_id": 50256,
|
| 12 |
"initializer_range": 0.02,
|
|
|
|
| 33 |
"max_length": 50
|
| 34 |
}
|
| 35 |
},
|
| 36 |
+
"torch_dtype": "float16",
|
| 37 |
+
"transformers_version": "4.40.0",
|
| 38 |
"use_cache": true,
|
| 39 |
"vocab_size": 50257
|
| 40 |
}
|
generation_config.json
CHANGED
|
@@ -2,5 +2,5 @@
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
-
"transformers_version": "4.
|
| 6 |
}
|
|
|
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.40.0"
|
| 6 |
}
|
pytorch_model.bin
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:cac3cf6080417201754ff956cda02211d24ea0095319554adf726a897a30fe55
|
| 3 |
+
size 287625002
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|