Instructions to use UNISG-MCS/NLP-higher_lr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use UNISG-MCS/NLP-higher_lr with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-7b-instruct") model = PeftModel.from_pretrained(base_model, "UNISG-MCS/NLP-higher_lr") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16794200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1825b9b9eff3d0094cda8986a50358a6bcace11f36ef5c97e60b7b65ffe52b42
|
| 3 |
size 16794200
|