Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use EdwarV/NLP_sequences_example with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EdwarV/NLP_sequences_example with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="EdwarV/NLP_sequences_example")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("EdwarV/NLP_sequences_example") model = AutoModelForSequenceClassification.from_pretrained("EdwarV/NLP_sequences_example", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model save
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 328520370
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66ddb99142c32bd11470a9b46553511e6e81e817d06fbca4b7bedac96ae8b4af
|
| 3 |
size 328520370
|
runs/Dec21_19-53-52_560ec50c4571/events.out.tfevents.1703188495.560ec50c4571.3445.2
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:f8c71f8805fb1dde12d811a9f099b485546bcc14012560dde17bafa738335b69
|
| 3 |
+
size 5605
|