Instructions to use chandar-lab/NeoBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chandar-lab/NeoBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="chandar-lab/NeoBERT", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("chandar-lab/NeoBERT", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,9 +15,6 @@ NeoBERT is a **next-generation encoder** model for English text representation,
|
|
| 15 |
- Paper: [paper](https://arxiv.org/abs/2502.19587)
|
| 16 |
- Repository: [github](https://github.com/chandar-lab/NeoBERT).
|
| 17 |
|
| 18 |
-
|
| 19 |
-
[NeoBERT logo]{./logo.jpeg}
|
| 20 |
-
|
| 21 |
## Get started
|
| 22 |
|
| 23 |
Ensure you have the following dependencies installed:
|
|
|
|
| 15 |
- Paper: [paper](https://arxiv.org/abs/2502.19587)
|
| 16 |
- Repository: [github](https://github.com/chandar-lab/NeoBERT).
|
| 17 |
|
|
|
|
|
|
|
|
|
|
| 18 |
## Get started
|
| 19 |
|
| 20 |
Ensure you have the following dependencies installed:
|