Text Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use davanstrien/demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davanstrien/demo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="davanstrien/demo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("davanstrien/demo") model = AutoModelForSequenceClassification.from_pretrained("davanstrien/demo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
32877a0
1
Parent(s): b8aca07
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112249713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921387a76dc0f489088bb76700cd11348987821a7e7bc6e9d89ccb67e58d0a9f
|
| 3 |
size 1112249713
|
runs/Jul25_13-30-37_4ccb021ab2b8/events.out.tfevents.1690291842.4ccb021ab2b8.1025.1
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:52d17c1c07cec14ed0cd9cd023086d324f8a030e5accb3c97341086a68f9e2f4
|
| 3 |
+
size 6131
|