fredxlpy commited on
Commit
7647606
·
verified ·
1 Parent(s): c02627c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -12,19 +12,19 @@ configs: # Optional. This can be used to pass additional parameters to the data
12
  - config_name: LETZ-SYN # Example: default
13
  data_files:
14
  - split: train
15
- path: train.json
16
  - split: validation
17
- path: val.json
18
  - split: test
19
- path: test.json
20
  - config_name: LETZ-WoT # Example: default
21
  data_files:
22
  - split: train
23
- path: train.json
24
  - split: validation
25
- path: val.json
26
  - split: test
27
- path: test.json
28
  ---
29
 
30
  The dataset for *L*uxembourgish *E*ntailment-based *T*opic classification via *Z*ero-shot learning (*LETZ*) can be used to adapt language models to zero-shot classification in Luxembourgish. It leverages data from the [**Luxembourg Online Dictionary**](https://lod.lu) to provide relevant topic classification examples in Luxembourgish, a low-resource language.
 
12
  - config_name: LETZ-SYN # Example: default
13
  data_files:
14
  - split: train
15
+ path: LETZ-SYN/train.json
16
  - split: validation
17
+ path: LETZ-SYN/val.json
18
  - split: test
19
+ path: LETZ-SYN/test.json
20
  - config_name: LETZ-WoT # Example: default
21
  data_files:
22
  - split: train
23
+ path: LETZ-WoT/train.json
24
  - split: validation
25
+ path: LETZ-WoT/val.json
26
  - split: test
27
+ path: LETZ-WoT/test.json
28
  ---
29
 
30
  The dataset for *L*uxembourgish *E*ntailment-based *T*opic classification via *Z*ero-shot learning (*LETZ*) can be used to adapt language models to zero-shot classification in Luxembourgish. It leverages data from the [**Luxembourg Online Dictionary**](https://lod.lu) to provide relevant topic classification examples in Luxembourgish, a low-resource language.