Commit
·
f4789cb
1
Parent(s):
08fdd2b
Update README.md
Browse files
README.md
CHANGED
@@ -87,6 +87,19 @@ sequences = pipe(
|
|
87 |
|
88 |
This code snippet demonstrates how to generate text with Canarim-7B. You can customize the input text and adjust parameters like `max_length` according to your requirements.
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
## License
|
91 |
|
92 |
Canarim-7B is released under the [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://ai.meta.com/llama/license/).
|
|
|
87 |
|
88 |
This code snippet demonstrates how to generate text with Canarim-7B. You can customize the input text and adjust parameters like `max_length` according to your requirements.
|
89 |
|
90 |
+
## Citation
|
91 |
+
|
92 |
+
If you want to cite **Canarim Instruct PTBR dataset**, you could use this:
|
93 |
+
|
94 |
+
@misc {maicon_domingues_2023,
|
95 |
+
author = { {Maicon Domingues} },
|
96 |
+
title = { canarim-7b (Revision 08fdd2b) },
|
97 |
+
year = 2023,
|
98 |
+
url = { https://huggingface.co/dominguesm/canarim-7b },
|
99 |
+
doi = { 10.57967/hf/1356 },
|
100 |
+
publisher = { Hugging Face }
|
101 |
+
}
|
102 |
+
|
103 |
## License
|
104 |
|
105 |
Canarim-7B is released under the [LLAMA 2 COMMUNITY LICENSE AGREEMENT](https://ai.meta.com/llama/license/).
|