Instructions to use ducklin404/chezz with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ducklin404/chezz 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, "ducklin404/chezz") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
|
|
|
|
|
|
| 3 |
library_name: peft
|
| 4 |
tags:
|
| 5 |
- lora
|
|
|
|
| 1 |
---
|
| 2 |
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 3 |
+
datasets:
|
| 4 |
+
- ducklin404/chezz_dataset
|
| 5 |
library_name: peft
|
| 6 |
tags:
|
| 7 |
- lora
|