Instructions to use thirdExec/seisground-weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thirdExec/seisground-weights with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| { | |
| "base_model": "Qwen/Qwen2.5-1.5B-Instruct", | |
| "batch_size": 16, | |
| "evidence_placeholder": false, | |
| "grad_accum": 1, | |
| "learning_rate": 2e-05, | |
| "lora_alpha": 16, | |
| "lora_r": 16, | |
| "max_eval_samples": 64, | |
| "max_seq_length": 1024, | |
| "max_train_samples": null, | |
| "num_epochs": 1, | |
| "save_mode": "adapter" | |
| } |