Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use Erfan2001/multilingual_tokenized with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Erfan2001/multilingual_tokenized with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Erfan2001/multilingual_tokenized")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Erfan2001/multilingual_tokenized") model = AutoModelForSequenceClassification.from_pretrained("Erfan2001/multilingual_tokenized") - Notebooks
- Google Colab
- Kaggle
Erfan Nourbakhsh commited on
Commit ·
04470f4
1
Parent(s): 38dce25
Training in progress, epoch 4
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711508085
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84c641a4fda7c895aa8de5dc18c1e92e1d42981065f8d6dabd53d90d481c19cf
|
| 3 |
size 711508085
|
runs/Jun26_04-20-16_e3d72e5f9be5/events.out.tfevents.1687753222.e3d72e5f9be5.32652.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:b810c0c37411b2f07e0b4f2520f7300fbbd681f826d5b4414040147713485450
|
| 3 |
+
size 7523
|