jordimas albertvillanova HF staff commited on
Commit
0f51602
1 Parent(s): c3659cb

Fix task tags (#2)

Browse files

- Fix task tags (b3a72982769125ba5b6a9e5ecd87e8540de4ba26)


Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +16 -7
README.md CHANGED
@@ -1,16 +1,25 @@
1
  ---
2
  annotations_creators: []
3
- language_creators: [machine-generated]
4
- language: ['ca', 'de']
5
- license: ['cc-by-4.0']
 
 
 
 
6
  multilinguality:
7
  - translation
8
- pretty_name: 'Catalan-German aligned corpora to train NMT systems.'
9
  size_categories:
10
  - 1M<n<10M
11
- source_datasets: ['extended|tilde_model']
12
- task_categories: ['conditional-text-generation']
13
- task_ids: ['machine-translation']
 
 
 
 
 
 
14
  ---
15
 
16
 
1
  ---
2
  annotations_creators: []
3
+ language_creators:
4
+ - machine-generated
5
+ language:
6
+ - ca
7
+ - de
8
+ license:
9
+ - cc-by-4.0
10
  multilinguality:
11
  - translation
 
12
  size_categories:
13
  - 1M<n<10M
14
+ source_datasets:
15
+ - extended|tilde_model
16
+ task_categories:
17
+ - text2text-generation
18
+ - translation
19
+ task_ids: []
20
+ pretty_name: Catalan-German aligned corpora to train NMT systems.
21
+ tags:
22
+ - conditional-text-generation
23
  ---
24
 
25