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 4
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:ad5740dac2b0d5dda0c450fa2cc2f73880a293f7fe903d0cc16ab81f8d27f8fb
|
| 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:2f0597522cf04ecab51852be272b3681a1836ff5882bd8aba77d480f52c43ad6
|
| 3 |
+
size 9658
|