Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Arlethh/leth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arlethh/leth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Arlethh/leth")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Arlethh/leth") model = AutoModelForSequenceClassification.from_pretrained("Arlethh/leth") - Notebooks
- Google Colab
- Kaggle
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 328518453
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:910b18b647e0ae2e648a4af224802021035b479afefddb491e4490d3e448d32d
|
| 3 |
size 328518453
|
runs/Sep20_21-06-48_3eca8f6394ac/events.out.tfevents.1695244491.3eca8f6394ac.12042.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:fa8e4f51c976c7ec898e1b075bb73d397b7a0f4e306699e65e45cbf415115a3a
|
| 3 |
+
size 5550
|