Upload Gemma2ForCausalLM
Browse files- adapter_model.safetensors +2 -2
- generation_config.json +9 -0
adapter_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:2aeccdd1e3a2e56b155c1aa1d6f74e55ac7d2bbf7a213f2586e8c51b23adc080
|
| 3 |
+
size 108114552
|
generation_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"cache_implementation": "hybrid",
|
| 5 |
+
"eos_token_id": 1,
|
| 6 |
+
"max_length": 8192,
|
| 7 |
+
"pad_token_id": 0,
|
| 8 |
+
"transformers_version": "4.44.2"
|
| 9 |
+
}
|