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 ·
3f9e50b
1
Parent(s): bb16cd6
Training in progress, epoch 9
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:790f2867b9300c8a2117b62c65145de8a4fdf85e5e238468a2c3ca4e86963f18
|
| 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:3d2e1a0332028c708b4c02497282a5ca1c3ea866d768ad9e6a3e785fd28097e4
|
| 3 |
+
size 8828
|