Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use marianna13/link-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marianna13/link-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marianna13/link-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marianna13/link-classification") model = AutoModelForSequenceClassification.from_pretrained("marianna13/link-classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
ff2a9cd
1
Parent(s): 26410fc
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267855533
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0828046a188ba498155d349e5687759a2405ee658811f74ef4f7aebc13d3aaf5
|
| 3 |
size 267855533
|
runs/Jun30_13-49-23_0df3c87edd21/events.out.tfevents.1688132966.0df3c87edd21.205.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:2be2cee778a0226ada0529947fce96d571cadfdde44153c521cde10bcfd21b8c
|
| 3 |
+
size 4900
|