Update README.md
Browse files
README.md
CHANGED
@@ -1,47 +1,30 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
- name: organon-fallacy-classification
|
6 |
-
results: []
|
7 |
---
|
8 |
|
9 |
-
|
10 |
-
probably proofread and complete it, then remove this comment. -->
|
11 |
-
|
12 |
-
# organon-fallacy-classification
|
13 |
-
|
14 |
-
This model is a fine-tuned version of [q3fer/fallacy_classifier_01](https://huggingface.co/q3fer/fallacy_classifier_01) on an unknown dataset.
|
15 |
-
It achieves the following results on the evaluation set:
|
16 |
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
21 |
-
|
22 |
-
## Intended uses & limitations
|
23 |
-
|
24 |
-
More information needed
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
## Training procedure
|
31 |
-
|
32 |
-
### Training hyperparameters
|
33 |
-
|
34 |
-
The following hyperparameters were used during training:
|
35 |
-
- optimizer: None
|
36 |
-
- training_precision: float32
|
37 |
-
|
38 |
-
### Training results
|
39 |
|
|
|
40 |
|
|
|
41 |
|
42 |
-
|
43 |
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
|
|
|
|
|
1 |
---
|
2 |
+
language: eng
|
3 |
+
license: mit
|
4 |
+
dataset: Logical Fallacy Dataset
|
|
|
|
|
5 |
---
|
6 |
|
7 |
+
# distilbert-base-fallacy-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [Logical Fallacy Dataset](https://github.com/causalNLP/logical-fallacy).
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
+
The model is fine-tuned for text classification of logical fallacies. There are a total of 14 classes: ad hominem, ad populum, appeal to emotion, circular reasoning, equivocation, fallacy of credibility, fallacy of extension, fallacy of logic, fallacy of relevance, false causality, false dilemma, faulty generalization, intentional, and miscellaneous.
|
|
|
|
|
|
|
|
|
14 |
|
15 |
## Training and evaluation data
|
16 |
|
17 |
+
The [Logical Fallacy Dataset](https://github.com/causalNLP/logical-fallacy) is used for training and evaluation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
+
Jin, Z., Lalwani, A., Vaidhya, T., Shen, X., Ding, Y., Lyu, Z., ... Schölkopf, B. (2022). Logical Fallacy Detection. arXiv. https://doi.org/10.48550/arxiv.2202.13758
|
20 |
|
21 |
+
## Training procedure
|
22 |
|
23 |
+
The following hyperparameters were used during fine-tuning:
|
24 |
|
25 |
+
- learning_rate : 2e-5
|
26 |
+
- warmup steps : 0
|
27 |
+
- batch_size: 16
|
28 |
+
- num_epochs: 8
|
29 |
+
- batches_per_epoch: 122
|
30 |
+
- total_train_steps: 976
|