Instructions to use Colder203/phi_orm_3.8b_8ksamples with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Colder203/phi_orm_3.8b_8ksamples with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "Colder203/phi_orm_3.8b_8ksamples") - Notebooks
- Google Colab
- Kaggle
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c183fad2560beb00def902362b0ef7cc61e7dc13c5b409ddd468c5f4b2ca0c41
|
| 3 |
+
size 599376136
|