apiergentili commited on
Commit
cb2206b
1 Parent(s): afb9318

Config metadata fix

Browse files

# Why is the change needed?

There is a typo in the `schwa_simple` configuration, which breaks Hugging Face's correct loading of it.

# What changes does the patch introduce?

We fix the typo in the path to `adapted/Neo-GATE_dev_schwa-simple.tsv`.

# How was this patch tested?

No test required.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ configs:
12
  - split: test
13
  path: adapted/Neo-GATE_schwa-simple.tsv
14
  - split: dev
15
- path: adapted/Neo-GATE-dev_schwa-simple.tsv
16
  license: cc-by-4.0
17
  task_categories:
18
  - translation
 
12
  - split: test
13
  path: adapted/Neo-GATE_schwa-simple.tsv
14
  - split: dev
15
+ path: adapted/Neo-GATE_dev_schwa-simple.tsv
16
  license: cc-by-4.0
17
  task_categories:
18
  - translation