GiliGold commited on
Commit
e8d88ec
·
verified ·
1 Parent(s): 0745a9a

Upload metadata.yaml

Browse files
Files changed (1) hide show
  1. metadata.yaml +11 -11
metadata.yaml CHANGED
@@ -1,11 +1,11 @@
1
- ---
2
- default_split: train # Sets "hebrew_aggregated" as the default view in the dataset viewer
3
-
4
- splits:
5
- test:
6
- description: "English words with Hebrew translations and VAD scores."
7
- filename: "english_hebrew_enriched_final_lexicon.csv"
8
- train:
9
- description: "Hebrew words with averaged VAD scores."
10
- filename: "unique_vad_full_hebrew_enriched_lexicon.csv"
11
- ---
 
1
+ ---
2
+
3
+ configs:
4
+
5
+ config_name: hebrew_aggregated
6
+ description: "Hebrew words with averaged VAD scores."
7
+ path: "unique_vad_full_hebrew_enriched_lexicon.csv"
8
+ config_name: english_hebrew
9
+ description: "English words with Hebrew translations and VAD scores."
10
+ path: "english_hebrew_enriched_final_lexicon.csv"
11
+ ---