Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use audreyvasconcelos/iag-class with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use audreyvasconcelos/iag-class with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="audreyvasconcelos/iag-class")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("audreyvasconcelos/iag-class") model = AutoModelForSequenceClassification.from_pretrained("audreyvasconcelos/iag-class", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
e30cfc0
1
Parent(s): 5eb626d
Training in progress, epoch 2
Browse files
logs/events.out.tfevents.1692186558.6f45b4761530.567.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:0ed2af63068b69d394584fcc484449337f4d64e74735c6f5fa37be69fbc0a66c
|
| 3 |
+
size 479770
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498663793
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deac079a1838edeb636ef28d872c60f67e2efa32364eaa816a75dd6f6c021b3a
|
| 3 |
size 498663793
|