Text Classification
Transformers
PyTorch
English
distilbert
text
nlp
correction
text-embeddings-inference
Instructions to use wajidlinux99/gibberish-text-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wajidlinux99/gibberish-text-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="wajidlinux99/gibberish-text-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("wajidlinux99/gibberish-text-detector") model = AutoModelForSequenceClassification.from_pretrained("wajidlinux99/gibberish-text-detector", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit ·
b90d2d4
1
Parent(s): 3361835
Upload sample_input.pkl
Browse files- sample_input.pkl +2 -2
sample_input.pkl
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:be88e587f6b9b4ada6406c0ccb4d9a9eb199fb025cf4bb245d43e97662543603
|
| 3 |
+
size 2034
|