Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: cyzgab/TinyLlama-1.1B-DavidAttenborough
|
3 |
+
datasets:
|
4 |
+
- cyzgab/david_attenborough_style_narration
|
5 |
+
inference: true
|
6 |
+
license: apache-2.0
|
7 |
+
model_creator: cyzgab
|
8 |
+
model_name: TinyLlama-1.1B-DavidAttenborough
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
quantized_by: afrideva
|
11 |
+
tags:
|
12 |
+
- gguf
|
13 |
+
- ggml
|
14 |
+
- quantized
|
15 |
+
widget:
|
16 |
+
- example_tile: two friends playing tennis
|
17 |
+
text: 'Write a David Attenborough style commentary based on the following prompt: '
|
18 |
+
---
|
19 |
+
|
20 |
+
# TinyLlama-1.1B-DavidAttenborough-GGUF
|
21 |
+
|
22 |
+
Quantized GGUF model files for [TinyLlama-1.1B-DavidAttenborough](https://huggingface.co/cyzgab/TinyLlama-1.1B-DavidAttenborough) from [cyzgab](https://huggingface.co/cyzgab)
|
23 |
+
|
24 |
+
## Original Model Card:
|
25 |
+
|
26 |
+
A toy example of fine-tuning `TinyLlama 1.1B` with LoRA.
|