Text Classification
Transformers
PyTorch
TensorBoard
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use marcolatella/tweet_eval_bench with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marcolatella/tweet_eval_bench with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marcolatella/tweet_eval_bench")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marcolatella/tweet_eval_bench") model = AutoModelForSequenceClassification.from_pretrained("marcolatella/tweet_eval_bench", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
affa6e0
1
Parent(s): ef96f7d
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267863153
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1579dd8195b1c5ccebcaf25cd7aa525b972cb59abda071a1930caeebb666f29d
|
| 3 |
size 267863153
|
runs/Dec09_18-04-14_add4370b766b/events.out.tfevents.1639073097.add4370b766b.73.12
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:fac7773a11bf6ce9bf9826721babedd015a66f2352face9816756fc9217c3949
|
| 3 |
+
size 7458
|