Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,26 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pipeline_tag: text-generation
|
| 5 |
license: llama3.1
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
-
|
| 9 |
-
- text: "Once upon a time"
|
| 10 |
base_model:
|
| 11 |
- meta-llama/Llama-3.2-1B
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# LLaMA 3 Fine-Tuned Model
|
| 15 |
|
| 16 |
This is a fine-tuned version of the LLaMA 3 model . Below is an example of how to use it:
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- text-generation
|
| 4 |
+
widget:
|
| 5 |
+
- src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
| 6 |
+
example_title: Librispeech sample 1
|
| 7 |
+
- src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
| 8 |
+
example_title: Librispeech sample 2
|
| 9 |
pipeline_tag: text-generation
|
| 10 |
license: llama3.1
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
+
|
|
|
|
| 14 |
base_model:
|
| 15 |
- meta-llama/Llama-3.2-1B
|
| 16 |
---
|
| 17 |
|
| 18 |
+
widget:
|
| 19 |
+
- src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
|
| 20 |
+
example_title: Librispeech sample 1
|
| 21 |
+
- src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
|
| 22 |
+
example_title: Librispeech sample 2
|
| 23 |
+
|
| 24 |
# LLaMA 3 Fine-Tuned Model
|
| 25 |
|
| 26 |
This is a fine-tuned version of the LLaMA 3 model . Below is an example of how to use it:
|