danschr commited on
Commit
f8906b2
1 Parent(s): 26f36d8

Add Link to Repository for full training

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -7,6 +7,7 @@ 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
 
 
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
+ Code for retraining the ensemble is accessible in this [repo](https://github.com/danielschroter/human_value_detector)
11
 
12
  ## Model Usage
13