Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use mnavas/roberta-finetuned-WebClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mnavas/roberta-finetuned-WebClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mnavas/roberta-finetuned-WebClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mnavas/roberta-finetuned-WebClassification") model = AutoModelForSequenceClassification.from_pretrained("mnavas/roberta-finetuned-WebClassification") - Notebooks
- Google Colab
- Kaggle
María Navas Loro commited on
Commit ·
bb16cd6
1
Parent(s): 4b691de
Training in progress, epoch 7
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112309229
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3651c9fcafe7bd483a40a087e4b622d9da2ed6d109f470d4d35c37d36f9cee5d
|
| 3 |
size 1112309229
|
runs/Mar23_16-11-24_e633da6be419/events.out.tfevents.1679587900.e633da6be419.17.4
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:9b1441e7abf3f9bc697f69ce4b777b410812f5ecfe304e364c481ea898126df7
|
| 3 |
+
size 7727
|