Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use ericNguyen0132/roberta-large-first with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ericNguyen0132/roberta-large-first with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ericNguyen0132/roberta-large-first")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ericNguyen0132/roberta-large-first") model = AutoModelForSequenceClassification.from_pretrained("ericNguyen0132/roberta-large-first") - Notebooks
- Google Colab
- Kaggle
Commit ·
e051d92
1
Parent(s): 2990728
Training in progress, step 2000
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421587189
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efbfd5e19cf4edb18688cc86165fd7ea802568a993976e002af0ebd7b1b30fc0
|
| 3 |
size 1421587189
|
runs/Jul08_08-35-22_2749878c0fc9/events.out.tfevents.1688805391.2749878c0fc9.969.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:330daedcae8a36da04c5c74bb5844c3a376e402dc058f5627d3915cfd3455d04
|
| 3 |
+
size 5430
|