Marxx01 commited on
Commit
5bb11f2
·
verified ·
1 Parent(s): 924720a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/tokenizer-catalan".
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: