Instructions to use SepKeyHF/PyomoCodeQwen1.5-7B-Chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SepKeyHF/PyomoCodeQwen1.5-7B-Chat with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/CodeQwen1.5-7B-Chat") model = PeftModel.from_pretrained(base_model, "SepKeyHF/PyomoCodeQwen1.5-7B-Chat") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
runs/Jun11_20-17-08_6e7668d7fb58/events.out.tfevents.1718137049.6e7668d7fb58.2093.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f1db474d1a7a9d4e4a4f9269ce76879ac1fb713bf855944a5ce4f555f33200b
|
| 3 |
+
size 7063
|