Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use Kriyans/Bert-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kriyans/Bert-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Kriyans/Bert-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Kriyans/Bert-NER") model = AutoModelForTokenClassification.from_pretrained("Kriyans/Bert-NER") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -33,6 +33,6 @@
|
|
| 33 |
"sinusoidal_pos_embds": false,
|
| 34 |
"tie_weights_": true,
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
-
"transformers_version": "4.33.
|
| 37 |
"vocab_size": 30522
|
| 38 |
}
|
|
|
|
| 33 |
"sinusoidal_pos_embds": false,
|
| 34 |
"tie_weights_": true,
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
+
"transformers_version": "4.33.2",
|
| 37 |
"vocab_size": 30522
|
| 38 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 265501733
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5576bca56ee6dca85056cd47b73dd8617bcaf4233e0a7278a669f0f5655181d
|
| 3 |
size 265501733
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:102260870fef1478d399120db19845da9ebd59de15c047ac930edc8377c3cac0
|
| 3 |
size 4027
|