Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ This model is a GPT-2 Medium architecture trained **from scratch**, meaning it d
|
|
21 |
This model is **free to use** under the MIT license. However, proper credit must be given when using it in research, applications, or any derived work.
|
22 |
|
23 |
## Tokenizer
|
24 |
-
The model utilizes a **52,000-token vocabulary**, using gpt2 config, specifically trained to handle Catalan, the tokenizer is also available in "Marxx01/
|
25 |
|
26 |
## How to Use
|
27 |
To use this model for text generation, you can load it with the `transformers` library as follows:
|
|
|
21 |
This model is **free to use** under the MIT license. However, proper credit must be given when using it in research, applications, or any derived work.
|
22 |
|
23 |
## Tokenizer
|
24 |
+
The model utilizes a **52,000-token vocabulary**, using gpt2 config, specifically trained to handle Catalan, the tokenizer is also available in "Marxx01/gpt2-catalan-tokenizer".
|
25 |
|
26 |
## How to Use
|
27 |
To use this model for text generation, you can load it with the `transformers` library as follows:
|