Instructions to use xxccho/margin_reg_baseline_code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xxccho/margin_reg_baseline_code with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "xxccho/margin_reg_baseline_code") - Transformers
How to use xxccho/margin_reg_baseline_code with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("xxccho/margin_reg_baseline_code", dtype="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- fb193a3bca7194dbdfbed47922a6933a1e03671398a2a51813620816eb1b5d1f
- Size of remote file:
- 54.8 MB
- SHA256:
- 493438dcf28d43ee94eda15d4a9c8a8c1f960259b6af3ed1ba315045ee126635
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.