Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ This repository keeps trained Czert-B-base-cased-long-zero-shot model for the pa
|
|
8 |
](https://arxiv.org/abs/2103.13031)
|
9 |
For more information, see the paper
|
10 |
|
11 |
-
This is long version of Czert-B-base-cased created without any finetunning on long documents. Positional embedings were created by simply repeating the positional embeddings of the original Czert-B model
|
12 |
|
13 |
|
14 |
## Available Models
|
|
|
8 |
](https://arxiv.org/abs/2103.13031)
|
9 |
For more information, see the paper
|
10 |
|
11 |
+
This is long version of Czert-B-base-cased created without any finetunning on long documents. Positional embedings were created by simply repeating the positional embeddings of the original Czert-B model. For tokenization, please use BertTokenizer. Cannot be used with AutoTokenizer.
|
12 |
|
13 |
|
14 |
## Available Models
|