chrystians
commited on
Commit
•
9098b5d
1
Parent(s):
1e2ed9b
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,16 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: NousResearch/Llama-2-7b-chat-hf
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Model Card for Model ID
|
7 |
-
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
|
@@ -17,7 +23,7 @@ base_model: NousResearch/Llama-2-7b-chat-hf
|
|
17 |
|
18 |
|
19 |
|
20 |
-
- **Developed by:**
|
21 |
- **Funded by [optional]:** [More Information Needed]
|
22 |
- **Shared by [optional]:** [More Information Needed]
|
23 |
- **Model type:** [More Information Needed]
|
@@ -217,4 +223,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
217 |
### Framework versions
|
218 |
|
219 |
|
220 |
-
- PEFT 0.6.2
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
base_model: NousResearch/Llama-2-7b-chat-hf
|
4 |
+
datasets:
|
5 |
+
- chrystians/oasst1_pl
|
6 |
+
language:
|
7 |
+
- pl
|
8 |
+
tags:
|
9 |
+
- polish
|
10 |
---
|
11 |
|
12 |
# Model Card for Model ID
|
13 |
+
This is tuning/LORA of LLaMa2 7B for polish language. Created with help of this script: https://github.com/UnderstandLingBV/LLaMa2lang
|
14 |
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
|
16 |
|
|
|
23 |
|
24 |
|
25 |
|
26 |
+
- **Developed by:** Chrystian Schutz
|
27 |
- **Funded by [optional]:** [More Information Needed]
|
28 |
- **Shared by [optional]:** [More Information Needed]
|
29 |
- **Model type:** [More Information Needed]
|
|
|
223 |
### Framework versions
|
224 |
|
225 |
|
226 |
+
- PEFT 0.6.2
|