curiousily
commited on
Commit
•
6e36f0f
1
Parent(s):
f0b6f68
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,10 @@ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
|
12 |
Fine-tuned (with LoRA) version of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on cryptocurrency news articles
|
13 |
to predict the sentiment and subject of an article. The dataset used is [Crypto News+](https://www.kaggle.com/datasets/oliviervha/crypto-news/).
|
14 |
|
|
|
|
|
|
|
|
|
15 |
## How to Use
|
16 |
|
17 |
Load the model:
|
|
|
12 |
Fine-tuned (with LoRA) version of [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on cryptocurrency news articles
|
13 |
to predict the sentiment and subject of an article. The dataset used is [Crypto News+](https://www.kaggle.com/datasets/oliviervha/crypto-news/).
|
14 |
|
15 |
+
## How to Train Your Own Tiny LLM?
|
16 |
+
|
17 |
+
Follow the complete tutorial on how this model was trained: https://www.mlexpert.io/bootcamp/fine-tuning-tiny-llm-on-custom-dataset
|
18 |
+
|
19 |
## How to Use
|
20 |
|
21 |
Load the model:
|