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
Training in progress, step 1000
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:0b89ea5f0f5f28db910a7c4e072d4d491f14f5b6e58d6556ebcd8ffe77ac835e
|
| 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:310f7fdc7462748e9b6f80655a378b9e7c23cc6aa5e87504a2993567b34c4da7
|
| 3 |
+
size 5251
|