Instructions to use P3ps/bert-finetuned-cross-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use P3ps/bert-finetuned-cross-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="P3ps/bert-finetuned-cross-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("P3ps/bert-finetuned-cross-ner") model = AutoModelForTokenClassification.from_pretrained("P3ps/bert-finetuned-cross-ner") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 431193901
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e6008a14eaec03a07025f7a5aa1625546bd3920bc8c48b6ca6a9ae235fecdc9
|
| 3 |
size 431193901
|
runs/May24_10-48-08_5be8fae521e6/events.out.tfevents.1684925302.5be8fae521e6.614.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2d01ac4224594bade267d9654b022673cd7ec7da227e49f7d986cb42307eb96
|
| 3 |
+
size 10276
|