Instructions to use SamanthaStorm/abuse-pattern-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SamanthaStorm/abuse-pattern-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SamanthaStorm/abuse-pattern-detector", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SamanthaStorm/abuse-pattern-detector") model = AutoModelForSequenceClassification.from_pretrained("SamanthaStorm/abuse-pattern-detector", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload RobertaForSequenceClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498643584
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:462aea37c64df5c9bf6cf1b95ed49bf683edd64244f53bab9f438b1eba28c798
|
| 3 |
size 498643584
|