Nicolas Iglesias
commited on
Commit
•
ffc0e1d
1
Parent(s):
856675e
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,10 @@
|
|
14 |
|
15 |
Zenos GPT-J 6B Alpaca Evol 4-bit is a Spanish Instruction capable model based on the GPT-J architecture with 6 billion parameters. It has been fine-tuned on the Alpaca Spanish and Evol Instruct datasets, making it particularly suitable for natural language understanding and generation tasks in Spanish.
|
16 |
|
|
|
|
|
|
|
|
|
17 |
## Usage
|
18 |
|
19 |
You can use this model for various natural language processing tasks such as text generation, translation, summarization, and more. Below is an example of how to use it in Python with the Transformers library:
|
|
|
14 |
|
15 |
Zenos GPT-J 6B Alpaca Evol 4-bit is a Spanish Instruction capable model based on the GPT-J architecture with 6 billion parameters. It has been fine-tuned on the Alpaca Spanish and Evol Instruct datasets, making it particularly suitable for natural language understanding and generation tasks in Spanish.
|
16 |
|
17 |
+
### Requirements
|
18 |
+
|
19 |
+
Since this is a compressed version (4 bits), it can fit into ~7GB of VRAM.
|
20 |
+
|
21 |
## Usage
|
22 |
|
23 |
You can use this model for various natural language processing tasks such as text generation, translation, summarization, and more. Below is an example of how to use it in Python with the Transformers library:
|