Instructions to use TinyPixel/output-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TinyPixel/output-2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("PY007/TinyLlama-1.1B-step-50K-105b") model = PeftModel.from_pretrained(base_model, "TinyPixel/output-2") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload folder using huggingface_hub 43ee8e3
Upload folder using huggingface_hub 50d0844
Upload folder using huggingface_hub 68f3baf
Upload folder using huggingface_hub 790bee2
Upload folder using huggingface_hub 5d2d14c
Upload folder using huggingface_hub f55b457
Upload folder using huggingface_hub ebc66f6
Upload folder using huggingface_hub fdc112c
Upload folder using huggingface_hub 7b59983
Upload folder using huggingface_hub 258c194
Upload folder using huggingface_hub 3aae7b2
Upload folder using huggingface_hub 6064792
Upload folder using huggingface_hub 4638c64
Upload folder using huggingface_hub a32db2a
Upload folder using huggingface_hub 653fa7b
Upload folder using huggingface_hub 0322409
Upload folder using huggingface_hub fccd33c
Upload folder using huggingface_hub c2a39ba
Upload folder using huggingface_hub a297a38
Upload folder using huggingface_hub 1fcd3bf
Upload folder using huggingface_hub 3450d2c
Upload folder using huggingface_hub ae315dc
Upload folder using huggingface_hub 91ca22d
Upload folder using huggingface_hub 2e25354
Upload folder using huggingface_hub 18ad6f8
Upload folder using huggingface_hub b5b8120
Upload folder using huggingface_hub a2ae330
Upload folder using huggingface_hub 81dfec8
initial commit b276ab7
WiseOwl commited on