Instructions to use luzox/N_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luzox/N_NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="luzox/N_NER")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("luzox/N_NER") model = AutoModelForMaskedLM.from_pretrained("luzox/N_NER", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Delete val_set_2018.txt
Browse files- val_set_2018.txt +0 -0
val_set_2018.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|