Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,9 @@ license: agpl-3.0
|
|
3 |
language:
|
4 |
- pl
|
5 |
- en
|
|
|
|
|
6 |
---
|
7 |
This repo contains a low-rank adapter for **LLaMA-7b** fit on the translated **Stanford Alpaca** dataset. Model was fine-tuned for Polish language.
|
8 |
To run it go to it's [github repo](https://github.com/bqpro1/alpaca-koza).
|
9 |
-
Translated **Stanford Alpaca** dataset is [here]
|
|
|
3 |
language:
|
4 |
- pl
|
5 |
- en
|
6 |
+
datasets:
|
7 |
+
- Lbuk/alpaca_data_pl.json
|
8 |
---
|
9 |
This repo contains a low-rank adapter for **LLaMA-7b** fit on the translated **Stanford Alpaca** dataset. Model was fine-tuned for Polish language.
|
10 |
To run it go to it's [github repo](https://github.com/bqpro1/alpaca-koza).
|
11 |
+
Translated **Stanford Alpaca** dataset is [here](https://huggingface.co/datasets/Lbuk/alpaca_data_pl.json)
|