Token Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
Instructions to use Falah/arabic2023_ner_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Falah/arabic2023_ner_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Falah/arabic2023_ner_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Falah/arabic2023_ner_model") model = AutoModelForTokenClassification.from_pretrained("Falah/arabic2023_ner_model") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
runs/Jun16_10-06-24_bcac0badf4c5/events.out.tfevents.1686910000.bcac0badf4c5.462.6
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:62fc02ac117a9918b8dae96c98f4b7b615cd1773c5847be83896d8c38d6d0804
|
| 3 |
+
size 5814
|
runs/Jun16_10-06-24_bcac0badf4c5/events.out.tfevents.1686910382.bcac0badf4c5.462.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:310cc953414024a0a4d75227a5462080c7dad121380a7a31170a54dfb68bd63e
|
| 3 |
+
size 560
|