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 ·
7d7be05
1
Parent(s): 938180c
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:8920d9931613af277a570e689e28c4169a4dc8e5854038a4ac7f82601d224f7d
|
| 3 |
size 267855533
|
runs/Jun30_13-29-41_0df3c87edd21/events.out.tfevents.1688131786.0df3c87edd21.205.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:1b1ef5f71974d74153728aa0f6d9c9ecc1c21c5bec1d583343d5522e4e5caec3
|
| 3 |
+
size 4809
|