Instructions to use fathan/ijelid-bert-base-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fathan/ijelid-bert-base-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="fathan/ijelid-bert-base-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("fathan/ijelid-bert-base-multilingual") model = AutoModelForTokenClassification.from_pretrained("fathan/ijelid-bert-base-multilingual", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 709145719
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e7a18591b8469430e42096400490db51ba390432b93fcf719e8f2ac12b32475
|
| 3 |
size 709145719
|
runs/Oct05_13-00-00_cds-tesla/events.out.tfevents.1664949613.cds-tesla.3206661.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:9e70fb2897b10edb95dee2f9bb16acd1478accf3503b02fc5ca053fa13efc2b7
|
| 3 |
+
size 15948
|