Upload HDLM model with complete HF integration
Browse files- generation_config.json +12 -0
generation_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_sample": true,
|
| 3 |
+
"temperature": 1.0,
|
| 4 |
+
"max_length": 100,
|
| 5 |
+
"pad_token_id": 50256,
|
| 6 |
+
"eos_token_id": 50256,
|
| 7 |
+
"bos_token_id": 50256,
|
| 8 |
+
"model_type": "hdlm",
|
| 9 |
+
"architectures": [
|
| 10 |
+
"HDLM"
|
| 11 |
+
]
|
| 12 |
+
}
|