Instructions to use mh01/multilingual-e5-base_ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mh01/multilingual-e5-base_ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mh01/multilingual-e5-base_ner")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mh01/multilingual-e5-base_ner") model = AutoModelForSequenceClassification.from_pretrained("mh01/multilingual-e5-base_ner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112217312
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb566a03bd579dcd9080ad77e2cdef2231dfc3067b43ccb485d09a2b8f5e34b0
|
| 3 |
size 1112217312
|
runs/Jul19_22-55-28_ca43a1618e63/events.out.tfevents.1721429729.ca43a1618e63.224.2
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:93e91441312a4f70dab4460cb2811e2e427d310731173e5ca43036375a9db0d7
|
| 3 |
+
size 7324
|