Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- pt
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
Finetuned version of PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T
|
11 |
+
On a Portuguese instruct dataset, using axolotl.
|
12 |
+
|
13 |
+
This is a work in progress, final version will be v2.
|
14 |
+
|
15 |
+
Prompt format:
|
16 |
+
|
17 |
+
f"Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.\n\n### Instruction:\n{instruction}\n\n### Response:\n"
|