Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,6 +30,9 @@ Every model uses its own tokenizer trained on language-specific HPLT data.
|
|
| 30 |
|
| 31 |
[The training code](https://github.com/ltgoslo/NorBERT/tree/main/norbert4).
|
| 32 |
|
|
|
|
|
|
|
|
|
|
| 33 |
## Example usage (bidirectional encoding)
|
| 34 |
|
| 35 |
This model currently needs a custom wrapper from `modeling_gptbert.py`, you should therefore load the model with `trust_remote_code=True`.
|
|
@@ -159,3 +162,5 @@ print([b.name for b in out.branches])
|
|
| 159 |
```
|
| 160 |
[](https://arxiv.org/abs/2410.24159)
|
| 161 |
[](https://arxiv.org/abs/2511.01066)
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
[The training code](https://github.com/ltgoslo/NorBERT/tree/main/norbert4).
|
| 32 |
|
| 33 |
+
```
|
| 34 |
+
pip install transformers==4.57.6
|
| 35 |
+
```
|
| 36 |
## Example usage (bidirectional encoding)
|
| 37 |
|
| 38 |
This model currently needs a custom wrapper from `modeling_gptbert.py`, you should therefore load the model with `trust_remote_code=True`.
|
|
|
|
| 162 |
```
|
| 163 |
[](https://arxiv.org/abs/2410.24159)
|
| 164 |
[](https://arxiv.org/abs/2511.01066)
|
| 165 |
+
|
| 166 |
+
This project has received funding from the European Union’s Horizon Europe research and innovation programme under grant agreement No 101070350 and from UK Research and Innovation (UKRI) under the UK government’s Horizon Europe funding guarantee [grant number 10052546].
|