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
File size: 133 Bytes
35cdde1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9cfd5f651f795fdf816de25869ec7c927b55475b12b899442658b80c7b4e0ee0
size 54761995
|