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 3
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:117ca64c222c3b6a301a8d360c5736bb19103c8b2c9da74802c07c9c393522ec
|
| 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:985811e73eb2fb94e9e957e2fff8968674b285cd416dece1ed68ea8663903e07
|
| 3 |
+
size 8491
|