Text Classification
Transformers
PyTorch
English
distilbert
classification
text-embeddings-inference
Instructions to use lingwave-admin/state-op-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lingwave-admin/state-op-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lingwave-admin/state-op-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lingwave-admin/state-op-detector") model = AutoModelForSequenceClassification.from_pretrained("lingwave-admin/state-op-detector") - Notebooks
- Google Colab
- Kaggle
Retrained model with no retweets and much larger sample of natural tweets.
Browse files- pytorch_model.bin +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267857431
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05ce03b6f1d72465e677b73a5cb0d001a82cbd62e080eead5a6c5632754c870b
|
| 3 |
size 267857431
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3055
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c34b98acc12b269e9e936018cce9c19333671970e5438d9303cd9012b121fa38
|
| 3 |
size 3055
|