Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigscience-bloom-rail-1.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
library_name: transformers
|
5 |
+
tags:
|
6 |
+
- dolly
|
7 |
+
- bloomz
|
8 |
+
- Spanish
|
9 |
+
datasets:
|
10 |
+
- dvilasuero/databricks-dolly-15k-es-deepl
|
11 |
+
inference: false
|
12 |
+
widget:
|
13 |
+
- text: >-
|
14 |
+
Below is an instruction that describes a task, paired with an input that
|
15 |
+
provides further context.
|
16 |
+
|
17 |
+
Write a response that appropriately completes the request.
|
18 |
+
|
19 |
+
### Instruction:
|
20 |
+
|
21 |
+
Tell me about alpacas
|
22 |
+
language:
|
23 |
+
- es
|
24 |
+
---
|
25 |
+
|
26 |
+
<div style="text-align:center;width:250px;height:250px;">
|
27 |
+
<img src="https://huggingface.co/mrm8488/Alpacoom/resolve/main/alpacoom_logo__1___1___1_-removebg-preview.png" alt="Alpacoom logo"">
|
28 |
+
</div>
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
# DOLLOOM: Dolly 🐑 + BLOOMz 💮
|
33 |
+
|
34 |
+
|
35 |
+
## Adapter Description
|
36 |
+
This adapter was created with the [PEFT](https://github.com/huggingface/peft) library and allowed the base model **BigScience/BLOOMz 7B1** to be fine-tuned on the **Dolly's Dataset (tanslated to Spanish)** by using the method **LoRA**.
|
37 |
+
|
38 |
+
## Model Description
|
39 |
+
Instruction Tuned version of BigScience Large Open-science Open-access Multilingual.
|
40 |
+
|
41 |
+
[BLOOMz 7B1 MT](https://huggingface.co/bigscience/bloomz-7b1-mt)
|
42 |
+
|
43 |
+
## Training data
|
44 |
+
|
45 |
+
TBA
|
46 |
+
|
47 |
+
### Supported Tasks and Leaderboards
|
48 |
+
|
49 |
+
TBA
|
50 |
+
|
51 |
+
### Training procedure
|
52 |
+
|
53 |
+
TBA
|
54 |
+
|
55 |
+
## How to use
|
56 |
+
|
57 |
+
TBA
|