Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
1 |
---
|
2 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
@@ -18,4 +32,4 @@ The following `bitsandbytes` quantization config was used during training:
|
|
18 |
### Framework versions
|
19 |
|
20 |
|
21 |
-
- PEFT 0.5.0.dev0
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
+
license: cc-by-3.0
|
4 |
+
datasets:
|
5 |
+
- dominguesm/wikipedia-ptbr-20230601
|
6 |
+
language:
|
7 |
+
- pt
|
8 |
---
|
9 |
+
|
10 |
+
## Cabra: A portuguese finetuned instruction commercial model
|
11 |
+
|
12 |
+
LoRA adapter created with the procedures detailed at the GitHub repository: https://github.com/gustrd/cabra .
|
13 |
+
|
14 |
+
This training was done at 1 epoch using P100 at Kaggle, by around 11 hours, at a random slice of the dataset.
|
15 |
+
|
16 |
+
This LoRA adapter was created following the procedure:
|
17 |
+
|
18 |
## Training procedure
|
19 |
|
20 |
|
|
|
32 |
### Framework versions
|
33 |
|
34 |
|
35 |
+
- PEFT 0.5.0.dev0
|