Update README.md
Browse files
README.md
CHANGED
@@ -12,34 +12,32 @@ tags:
|
|
12 |
- hatespeech
|
13 |
- rationale_predictions
|
14 |
---
|
15 |
-
# Model Card for
|
16 |
|
17 |
<!-- Provide a quick summary of what the model is/does. -->
|
18 |
|
19 |
-
This
|
|
|
20 |
|
21 |
## Model Details
|
22 |
|
|
|
23 |
### Model Description
|
24 |
|
25 |
<!-- Provide a longer summary of what this model is. -->
|
26 |
|
27 |
|
28 |
-
|
29 |
-
- **
|
30 |
-
- **
|
31 |
-
- **
|
32 |
-
- **Language(s) (NLP):** [More Information Needed]
|
33 |
-
- **License:** [More Information Needed]
|
34 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
35 |
|
36 |
### Model Sources [optional]
|
37 |
|
38 |
<!-- Provide the basic links for the model. -->
|
39 |
|
40 |
-
- **Repository:**
|
41 |
-
- **Paper [optional]:**
|
42 |
-
- **Demo [optional]:** [More Information Needed]
|
43 |
|
44 |
## Uses
|
45 |
|
@@ -49,12 +47,15 @@ This modelcard aims to be a base template for new models. It has been generated
|
|
49 |
|
50 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
51 |
|
52 |
-
|
53 |
|
54 |
### Downstream Use [optional]
|
55 |
|
56 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
57 |
|
|
|
|
|
|
|
58 |
[More Information Needed]
|
59 |
|
60 |
### Out-of-Scope Use
|
|
|
12 |
- hatespeech
|
13 |
- rationale_predictions
|
14 |
---
|
15 |
+
# Model Card for Rationale Predictor
|
16 |
|
17 |
<!-- Provide a quick summary of what the model is/does. -->
|
18 |
|
19 |
+
This model provides the class labels either toxic or not toxic as well as the rationales predicted which indicates the explanation of why something as toxic.
|
20 |
+
|
21 |
|
22 |
## Model Details
|
23 |
|
24 |
+
|
25 |
### Model Description
|
26 |
|
27 |
<!-- Provide a longer summary of what this model is. -->
|
28 |
|
29 |
|
30 |
+
- **Developed by:** Punyajoy Saha
|
31 |
+
- **Model type:** bert-base-uncased
|
32 |
+
- **Language(s) (NLP):** english
|
33 |
+
- **Finetuned from model [optional]:** bert-base-uncased using model.py folder's class "Model_Rationale_Label"
|
|
|
|
|
|
|
34 |
|
35 |
### Model Sources [optional]
|
36 |
|
37 |
<!-- Provide the basic links for the model. -->
|
38 |
|
39 |
+
- **Repository:** https://github.com/punyajoy/RGFS_ECAI
|
40 |
+
- **Paper [optional]:** https://arxiv.org/abs/2211.17046
|
|
|
41 |
|
42 |
## Uses
|
43 |
|
|
|
47 |
|
48 |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
49 |
|
50 |
+
This model can be directly used to predict some post as toxic/non-toxic and predicting the rationales behind it
|
51 |
|
52 |
### Downstream Use [optional]
|
53 |
|
54 |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
55 |
|
56 |
+
|
57 |
+
|
58 |
+
|
59 |
[More Information Needed]
|
60 |
|
61 |
### Out-of-Scope Use
|