nicholasKluge
commited on
Commit
·
6dba82e
1
Parent(s):
6c5d3de
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
- nicholasKluge/fine-tuning-instruct-aira
|
5 |
- Dahoas/synthetic-instruct-gptj-pairwise
|
6 |
- databricks/databricks-dolly-15k
|
7 |
- HuggingFaceH4/instruction-dataset
|
|
|
8 |
language:
|
9 |
- pt
|
10 |
metrics:
|
@@ -36,7 +36,7 @@ inference:
|
|
36 |
top_p: 0.3
|
37 |
max_length: 200
|
38 |
length_penalty: 0.3
|
39 |
-
early_stopping:
|
40 |
---
|
41 |
# Aira-Instruct-PT-124M (Portuguese)
|
42 |
|
@@ -140,4 +140,4 @@ The model will output something like:
|
|
140 |
|
141 |
## License
|
142 |
|
143 |
-
The `Aira-Instruct-PT-124M` is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
|
|
4 |
- Dahoas/synthetic-instruct-gptj-pairwise
|
5 |
- databricks/databricks-dolly-15k
|
6 |
- HuggingFaceH4/instruction-dataset
|
7 |
+
- nicholasKluge/instruct-aira-dataset
|
8 |
language:
|
9 |
- pt
|
10 |
metrics:
|
|
|
36 |
top_p: 0.3
|
37 |
max_length: 200
|
38 |
length_penalty: 0.3
|
39 |
+
early_stopping: true
|
40 |
---
|
41 |
# Aira-Instruct-PT-124M (Portuguese)
|
42 |
|
|
|
140 |
|
141 |
## License
|
142 |
|
143 |
+
The `Aira-Instruct-PT-124M` is licensed under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for more details.
|