Instructions to use webmichaelnosenko/rust-bert-base-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use webmichaelnosenko/rust-bert-base-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="webmichaelnosenko/rust-bert-base-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("webmichaelnosenko/rust-bert-base-NER") model = AutoModelForTokenClassification.from_pretrained("webmichaelnosenko/rust-bert-base-NER") - Notebooks
- Google Colab
- Kaggle
Commit ·
08c4c19
1
Parent(s): 7a1d333
Add converted rust weights
Browse files- rust_model.ot +3 -0
rust_model.ot
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82d43cb923be1400ab7c7537ecd86f29daa5fd3b6340a043e65b96247cb95f72
|
| 3 |
+
size 433332148
|