asquirous commited on
Commit
82000d4
1 Parent(s): 6de5426

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -6,4 +6,7 @@ library_name: transformers
6
  pipeline_tag: text-classification
7
  tags:
8
  - dark patterns
9
- ---
 
 
 
 
6
  pipeline_tag: text-classification
7
  tags:
8
  - dark patterns
9
+ ---
10
+
11
+ This model has been trained on a very small [dataset](https://github.com/yamanalab/ec-darkpattern/blob/master/dataset/dataset.tsv) having ~1.8k samples and 8 classes.
12
+ It performs horribly in classifying the type of dark pattern, but I did notice that it performs pretty well in classifying if it is a dark pattern or not. That is, it outputs "Not Dark Pattern" accurately most of the times (formal evaluation not done) when the given text is not a dark pattern (according to the examples in the dataset) and any of the other labels otherwise