Instructions to use Noshitha98/TinyLlama-ToS-Finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Noshitha98/TinyLlama-ToS-Finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "Noshitha98/TinyLlama-ToS-Finetuned") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md f01348c verified
Update README.md 5c36af2 verified
Update README.MD 87015d7 verified
Merge branch 'main' of https://huggingface.co/Noshitha98/TinyLlama-ToS-Finetuned 5f2fb0c
Noshitha commited on
Upload TinyLlama ToS anomaly detection adapter d35c316
Noshitha commited on