ficsort commited on
Commit
41dd240
1 Parent(s): 8b32478

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
 
15
  A byte-based transformer model trained on Hungarian language. In order to use the model you will need a custom Tokenizer which is available at: [https://github.com/szegedai/byte-offset-tokenizer](https://github.com/szegedai/byte-offset-tokenizer).
16
 
17
- Since we use a custom architecture with Gradient Boosting, Down- and Up-Sampling, you have to enable Trusted Code like:
18
 
19
  ```python
20
  model = AutoModel.from_pretrained("SzegedAI/charmen-electra", trust_remote_code=True)
 
14
 
15
  A byte-based transformer model trained on Hungarian language. In order to use the model you will need a custom Tokenizer which is available at: [https://github.com/szegedai/byte-offset-tokenizer](https://github.com/szegedai/byte-offset-tokenizer).
16
 
17
+ Since we use a custom architecture with Gradient Boosting, Down- and Up-Sampling, you have to enable Trusted Remote Code like:
18
 
19
  ```python
20
  model = AutoModel.from_pretrained("SzegedAI/charmen-electra", trust_remote_code=True)