Instructions to use Epitech/clement-weather-risk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Epitech/clement-weather-risk with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-3-1b-it-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Epitech/clement-weather-risk") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f50168c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c9af4e45c566ef5ac0bf37e8641ca60315c35df16d384b243312e5d55bbcdf57
size 33384668
|