Update README.md
Browse files
README.md
CHANGED
@@ -86,6 +86,52 @@ configs:
|
|
86 |
data_files:
|
87 |
- split: native
|
88 |
path: geez/geez_meaining_generation_english.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
---
|
90 |
|
91 |
|
|
|
86 |
data_files:
|
87 |
- split: native
|
88 |
path: geez/geez_meaining_generation_english.csv
|
89 |
+
- config_name: orm
|
90 |
+
data_files:
|
91 |
+
- split: train
|
92 |
+
path: orm/orm_all.csv
|
93 |
+
- config_name: orm_choice_english
|
94 |
+
data_files:
|
95 |
+
- split: english_1
|
96 |
+
path: orm/orm_english_test_1.csv
|
97 |
+
- split: english_2
|
98 |
+
path: orm/orm_english_test_1.csv
|
99 |
+
- split: english_3
|
100 |
+
path: orm/orm_english_test_1.csv
|
101 |
+
- config_name: orm_choice_native
|
102 |
+
data_files:
|
103 |
+
- split: native_1
|
104 |
+
path: orm/orm_native_test_1.csv
|
105 |
+
- split: native_2
|
106 |
+
path: orm/orm_native_test_2.csv
|
107 |
+
- split: native_3
|
108 |
+
path: orm/orm_native_test_3.csv
|
109 |
+
- config_name: orm_generation
|
110 |
+
data_files:
|
111 |
+
- split: native
|
112 |
+
path: orm/orm_meaining_generation_native.csv
|
113 |
+
- split: english
|
114 |
+
path: orm/orm_meaining_generation_english.csv
|
115 |
+
- config_name: orm_fill_blank
|
116 |
+
data_files:
|
117 |
+
- split: train_1
|
118 |
+
path: orm/orm_fill_1.csv
|
119 |
+
- split: train_2
|
120 |
+
path: orm/orm_fill_2.csv
|
121 |
+
- split: train_3
|
122 |
+
path: orm/orm_fill_3.csv
|
123 |
+
- config_name: tir
|
124 |
+
data_files:
|
125 |
+
- split: train
|
126 |
+
path: tir/tir_fill_1.csv
|
127 |
+
- config_name: tir_fill_blank
|
128 |
+
data_files:
|
129 |
+
- split: train_1
|
130 |
+
path: tir/tir_fill_1.csv
|
131 |
+
- split: train_2
|
132 |
+
path: tir/tir_fill_1.csv
|
133 |
+
- split: train_3
|
134 |
+
path: tir/tir_fill_1.csv
|
135 |
---
|
136 |
|
137 |
|