Instructions to use goethe0101/GWP_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use goethe0101/GWP_Model with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Commit ·
5ffc50a
1
Parent(s): 942ac44
Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "EleutherAI/polyglot-ko-12.8b",
|
|
|
|
| 3 |
"bias": "none",
|
|
|
|
| 4 |
"fan_in_fan_out": false,
|
| 5 |
"inference_mode": true,
|
| 6 |
"init_lora_weights": true,
|
|
|
|
| 1 |
{
|
| 2 |
"base_model_name_or_path": "EleutherAI/polyglot-ko-12.8b",
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
"bias": "none",
|
| 5 |
+
"eos_token_id": 2,
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|