Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use MiMe-MeMo/MeMo-BERT-WSD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MiMe-MeMo/MeMo-BERT-WSD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MiMe-MeMo/MeMo-BERT-WSD")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MiMe-MeMo/MeMo-BERT-WSD") model = AutoModelForSequenceClassification.from_pretrained("MiMe-MeMo/MeMo-BERT-WSD") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 497820256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d321d43f0c32388574a3fcda86b60e882872b4733c42e27f75a3361c9cf9a279
|
| 3 |
size 497820256
|
runs/Mar22_08-37-21_5bcd60194132/events.out.tfevents.1711096664.5bcd60194132.3518.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:f718430cb6fb3f1044544b2928a9fde31b6d98de74cef2862142198afc0dd88b
|
| 3 |
+
size 12227
|