Instructions to use masao1211/Llama3.3-70B_fixed_dataset_20241231 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use masao1211/Llama3.3-70B_fixed_dataset_20241231 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.3-70B-Instruct") model = PeftModel.from_pretrained(base_model, "masao1211/Llama3.3-70B_fixed_dataset_20241231") - Notebooks
- Google Colab
- Kaggle
Ctrl+K