Instructions to use RashidNLP/NER-Deberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RashidNLP/NER-Deberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RashidNLP/NER-Deberta")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RashidNLP/NER-Deberta") model = AutoModelForTokenClassification.from_pretrained("RashidNLP/NER-Deberta") - 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 735427313
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dc9b0af8cd7ae7fefe7b22e72d6b41c10f1cdf96484765d07e40d94dd8148ff
|
| 3 |
size 735427313
|
runs/May19_18-59-11_b947f2a8eb4d/events.out.tfevents.1684522755.b947f2a8eb4d.13657.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:0a8026cbdbcb71c4d82d156221561892fab2e81e67227f56d96018a53625caae
|
| 3 |
+
size 15771
|