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 ·
7982012
1
Parent(s): e49755e
Model save
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:af91253daf76574b155a26f892dd57a84fc0d2ff8f909c377dd730ae098105aa
|
| 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:35a7a408656fb19bf02fbae35327e01163ec0d31648faab7efc1c4f46026d300
|
| 3 |
+
size 8671
|