danschr commited on
Commit
8feab03
1 Parent(s): 7d8a6c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -3,10 +3,15 @@ license: mit
3
  widget:
4
  - text: "whaling is part of the culture of various indigenous population and should be allowed for the purpose of maintaining this tradition and way of life and sustenance, among other uses of a whale. against We should ban whaling"
5
  ---
 
 
 
 
6
 
7
  ## Model Usage
8
 
9
- This model is built on custom code. So the inference api cannot be used directly. To use the model please follow the steps below...
 
10
 
11
 
12
  ```python
 
3
  widget:
4
  - text: "whaling is part of the culture of various indigenous population and should be allowed for the purpose of maintaining this tradition and way of life and sustenance, among other uses of a whale. against We should ban whaling"
5
  ---
6
+ This is a fine-tuned Deberta model to detect human values in arguments.
7
+ The model is part of the ensemble that was the best-performing system in the SemEval2023 task: [Detecting Human Values in arguments](https://touche.webis.de/semeval23/touche23-web/index.html)
8
+ It was trained and tested on a dataset of 9324 annotated [arguments](https://zenodo.org/record/7550385#.ZEPzcfzP330).
9
+ The whole ensemble system achieved a F1-Score of 0.56 in the competiton. This model achieves a F1-Score of 0.55.
10
 
11
  ## Model Usage
12
 
13
+ This model is built on custom code. So the inference api cannot be used directly.
14
+ To use the model please follow the steps below...
15
 
16
 
17
  ```python