Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Card
|
| 2 |
|
| 3 |
## Model Description
|
|
@@ -18,4 +24,4 @@ This is a Large Language Model (LLM) trained on a dataset of DIBT/10k_prompts_ra
|
|
| 18 |
|
| 19 |
## How to Use
|
| 20 |
|
| 21 |
-
To use this model, simply download the checkpoint and load it into your preferred deep learning framework.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- trainhubai/argilla
|
| 4 |
+
base_model:
|
| 5 |
+
- TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
| 6 |
+
---
|
| 7 |
# Model Card
|
| 8 |
|
| 9 |
## Model Description
|
|
|
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
|
| 27 |
+
To use this model, simply download the checkpoint and load it into your preferred deep learning framework.
|