Instructions to use AlgoCore/support-ticket-grpo-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AlgoCore/support-ticket-grpo-model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-0.5B-Instruct") model = PeftModel.from_pretrained(base_model, "AlgoCore/support-ticket-grpo-model") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 35237104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c1e1b1c9c625c3a836f964447677488ecdcdcaa2d5f47dceba8390577a9f66e
|
| 3 |
size 35237104
|