GiliGold commited on
Commit
eadf2fa
·
verified ·
1 Parent(s): 19516d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -14,11 +14,10 @@ size_categories:
14
  This dataset extends the original [Knesset Corpus](https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus)
15
  by adding VAD (Valence, Arousal, Dominance) annotations to committee sentences.
16
 
17
- The VAD scores were automatically generated using the model [Knesset-multi-e5-large](https://huggingface.co/GiliGold/Knesset-multi-e5-large)
18
- in conjunction with binomial regression models developed specifically for VAD prediction.
19
 
20
- Additionally, a small subset of 120 Knesset sentences has been manually annotated by three annotators
21
- for VAD scores.
22
 
23
 
24
 
 
14
  This dataset extends the original [Knesset Corpus](https://huggingface.co/datasets/HaifaCLGroup/KnessetCorpus)
15
  by adding VAD (Valence, Arousal, Dominance) annotations to committee sentences.
16
 
17
+ The VAD scores were generated using the [VAD binomial regression models](https://huggingface.co/GiliGold/VAD_binomial_regression_models), which were developed specifically for VAD prediction, on embeddings produced by
18
+ the [Knesset-multi-e5-large](https://huggingface.co/GiliGold/Knesset-multi-e5-large).
19
 
20
+ Additionally, a small subset of 120 Knesset sentences has been manually annotated by three annotators for VAD scores, and the file is available in the repository.
 
21
 
22
 
23