Xenova HF Staff commited on
Commit
9e3e5cd
·
verified ·
1 Parent(s): 55791dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -14,3 +14,7 @@ NeoBERT is a **next-generation encoder** model for English text representation,
14
 
15
  - Paper: [paper](https://arxiv.org/abs/2502.19587)
16
  - Repository: [github](https://github.com/chandar-lab/NeoBERT).
 
 
 
 
 
14
 
15
  - Paper: [paper](https://arxiv.org/abs/2502.19587)
16
  - Repository: [github](https://github.com/chandar-lab/NeoBERT).
17
+
18
+ ## Conversion
19
+
20
+ The export script can be found at [./export.py](https://huggingface.co/onnx-community/NeoBERT-ONNX/blob/main/export.py).