Token Classification
Transformers
TensorBoard
Safetensors
MLX
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
bert
Trained with AutoTrain
Eval Results (legacy)
Instructions to use NbAiLab/nb-bert-base-pos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/nb-bert-base-pos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="NbAiLab/nb-bert-base-pos")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("NbAiLab/nb-bert-base-pos") model = AutoModelForTokenClassification.from_pretrained("NbAiLab/nb-bert-base-pos") - MLX
How to use NbAiLab/nb-bert-base-pos with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir nb-bert-base-pos NbAiLab/nb-bert-base-pos
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Upload nb-bert-base-pos.npz
Browse files- nb-bert-base-pos.npz +3 -0
nb-bert-base-pos.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:515d4b76d8c4977695e1bbeff54f9850ba6b1455945716edab2bec7a30d80fab
|
| 3 |
+
size 711473804
|