Text Classification
Transformers
Safetensors
English
distilbert
moderation
filtering
offensive
clean
Eval Results (legacy)
Eval Results
text-embeddings-inference
Instructions to use akaruineko/ftan-2.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use akaruineko/ftan-2.0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="akaruineko/ftan-2.0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("akaruineko/ftan-2.0") model = AutoModelForSequenceClassification.from_pretrained("akaruineko/ftan-2.0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
ftanch benchmarked
Browse files
README.md
CHANGED
|
@@ -13,6 +13,113 @@ tags:
|
|
| 13 |
- filtering
|
| 14 |
- offensive
|
| 15 |
- clean
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# ftan-2.0
|
|
|
|
| 13 |
- filtering
|
| 14 |
- offensive
|
| 15 |
- clean
|
| 16 |
+
model-index:
|
| 17 |
+
- name: "akaruineko/ftan-2.0"
|
| 18 |
+
results:
|
| 19 |
+
- task:
|
| 20 |
+
type: "text-classification"
|
| 21 |
+
id: "overall"
|
| 22 |
+
dataset:
|
| 23 |
+
type: "akaruineko/ftanch"
|
| 24 |
+
name: "FTANch"
|
| 25 |
+
split: "test"
|
| 26 |
+
metrics:
|
| 27 |
+
- type: "acc"
|
| 28 |
+
value: 0.8144
|
| 29 |
+
name: "Accuracy"
|
| 30 |
+
- type: "p"
|
| 31 |
+
value: 0.7637
|
| 32 |
+
name: "Precision"
|
| 33 |
+
- type: "r"
|
| 34 |
+
value: 0.9890
|
| 35 |
+
name: "Recall"
|
| 36 |
+
- type: "f1"
|
| 37 |
+
value: 0.8619
|
| 38 |
+
name: "F1-Score"
|
| 39 |
+
|
| 40 |
+
- task:
|
| 41 |
+
type: "text-classification"
|
| 42 |
+
id: "test"
|
| 43 |
+
dataset:
|
| 44 |
+
type: "akaruineko/ftanch"
|
| 45 |
+
name: "FTANch"
|
| 46 |
+
split: "test"
|
| 47 |
+
metrics:
|
| 48 |
+
- type: "acc"
|
| 49 |
+
value: 0.7752
|
| 50 |
+
name: "Accuracy"
|
| 51 |
+
- type: "p"
|
| 52 |
+
value: 0.6938
|
| 53 |
+
name: "Precision"
|
| 54 |
+
- type: "r"
|
| 55 |
+
value: 0.9852
|
| 56 |
+
name: "Recall"
|
| 57 |
+
- type: "f1"
|
| 58 |
+
value: 0.8142
|
| 59 |
+
name: "F1-Score"
|
| 60 |
+
|
| 61 |
+
- task:
|
| 62 |
+
type: "text-classification"
|
| 63 |
+
id: "test_obfuscated"
|
| 64 |
+
dataset:
|
| 65 |
+
type: "akaruineko/ftanch"
|
| 66 |
+
name: "FTANch"
|
| 67 |
+
split: "test"
|
| 68 |
+
metrics:
|
| 69 |
+
- type: "acc"
|
| 70 |
+
value: 0.8979
|
| 71 |
+
name: "Accuracy"
|
| 72 |
+
- type: "p"
|
| 73 |
+
value: 0.8866
|
| 74 |
+
name: "Precision"
|
| 75 |
+
- type: "r"
|
| 76 |
+
value: 0.9942
|
| 77 |
+
name: "Recall"
|
| 78 |
+
- type: "f1"
|
| 79 |
+
value: 0.9373
|
| 80 |
+
name: "F1-Score"
|
| 81 |
+
|
| 82 |
+
- task:
|
| 83 |
+
type: "text-classification"
|
| 84 |
+
id: "plain"
|
| 85 |
+
dataset:
|
| 86 |
+
type: "akaruineko/ftanch"
|
| 87 |
+
name: "FTANch"
|
| 88 |
+
split: "test"
|
| 89 |
+
metrics:
|
| 90 |
+
- type: "acc"
|
| 91 |
+
value: 0.6670
|
| 92 |
+
name: "Accuracy"
|
| 93 |
+
- type: "p"
|
| 94 |
+
value: 0.4398
|
| 95 |
+
name: "Precision"
|
| 96 |
+
- type: "r"
|
| 97 |
+
value: 0.9622
|
| 98 |
+
name: "Recall"
|
| 99 |
+
- type: "f1"
|
| 100 |
+
value: 0.6037
|
| 101 |
+
name: "F1-Score"
|
| 102 |
+
|
| 103 |
+
- task:
|
| 104 |
+
type: "text-classification"
|
| 105 |
+
id: "mutated"
|
| 106 |
+
dataset:
|
| 107 |
+
type: "akaruineko/ftanch"
|
| 108 |
+
name: "FTANch"
|
| 109 |
+
split: "test"
|
| 110 |
+
metrics:
|
| 111 |
+
- type: "acc"
|
| 112 |
+
value: 0.8979
|
| 113 |
+
name: "Accuracy"
|
| 114 |
+
- type: "p"
|
| 115 |
+
value: 0.8866
|
| 116 |
+
name: "Precision"
|
| 117 |
+
- type: "r"
|
| 118 |
+
value: 0.9942
|
| 119 |
+
name: "Recall"
|
| 120 |
+
- type: "f1"
|
| 121 |
+
value: 0.9373
|
| 122 |
+
name: "F1-Score"
|
| 123 |
---
|
| 124 |
|
| 125 |
# ftan-2.0
|