loretoparisi commited on
Commit
622c085
1 Parent(s): 2738150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -1
README.md CHANGED
@@ -1,3 +1,99 @@
1
  ---
2
- license: cc
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-2-0
3
  ---
4
+ licenses:
5
+ - cc-by-2-0
6
+ multilinguality:
7
+ - multilingual
8
+ size_categories:
9
+ - 10K<n<100K
10
+ source_datasets:
11
+ - original
12
+ task_categories:
13
+ - translation
14
+ task_ids: []
15
+ paperswithcode_id: tatoeba
16
+ pretty_name: Tatoeba
17
+ ---
18
+ # Dataset Card for Tatoeba
19
+ ## Table of Contents
20
+ - [Dataset Description](#dataset-description)
21
+ - [Dataset Summary](#dataset-summary)
22
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
23
+ - [Languages](#languages)
24
+ - [Dataset Structure](#dataset-structure)
25
+ - [Data Instances](#data-instances)
26
+ - [Data Fields](#data-fields)
27
+ - [Data Splits](#data-splits)
28
+ - [Dataset Creation](#dataset-creation)
29
+ - [Curation Rationale](#curation-rationale)
30
+ - [Source Data](#source-data)
31
+ - [Annotations](#annotations)
32
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
33
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
34
+ - [Social Impact of Dataset](#social-impact-of-dataset)
35
+ - [Discussion of Biases](#discussion-of-biases)
36
+ - [Other Known Limitations](#other-known-limitations)
37
+ - [Additional Information](#additional-information)
38
+ - [Dataset Curators](#dataset-curators)
39
+ - [Licensing Information](#licensing-information)
40
+ - [Citation Information](#citation-information)
41
+ - [Contributions](#contributions)
42
+ ## Dataset Description
43
+ - **Homepage:** http://opus.nlpl.eu/Tatoeba.php
44
+ - **Repository:** None
45
+ - **Paper:** http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf
46
+ - **Leaderboard:** [More Information Needed]
47
+ - **Point of Contact:** [More Information Needed]
48
+ ### Dataset Summary
49
+ Tatoeba is a collection of sentences and translations.
50
+ To load a language pair which isn't part of the config, all you need to do is specify the language code as pairs.
51
+ You can find the valid pairs in Homepage section of Dataset Description: http://opus.nlpl.eu/Tatoeba.php
52
+ E.g.
53
+ `dataset = load_dataset("tatoeba", lang1="en", lang2="he")`
54
+ The default date is v2021-07-22, but you can also change the date with
55
+ `dataset = load_dataset("tatoeba", lang1="en", lang2="he", date="v2020-11-09")`
56
+ ### Supported Tasks and Leaderboards
57
+ [More Information Needed]
58
+ ### Languages
59
+ [More Information Needed]
60
+ ## Dataset Structure
61
+ ### Data Instances
62
+ [More Information Needed]
63
+ ### Data Fields
64
+ [More Information Needed]
65
+ ### Data Splits
66
+ [More Information Needed]
67
+ ## Dataset Creation
68
+ ### Curation Rationale
69
+ [More Information Needed]
70
+ ### Source Data
71
+ [More Information Needed]
72
+ #### Initial Data Collection and Normalization
73
+ [More Information Needed]
74
+ #### Who are the source language producers?
75
+ [More Information Needed]
76
+ ### Annotations
77
+ [More Information Needed]
78
+ #### Annotation process
79
+ [More Information Needed]
80
+ #### Who are the annotators?
81
+ [More Information Needed]
82
+ ### Personal and Sensitive Information
83
+ [More Information Needed]
84
+ ## Considerations for Using the Data
85
+ ### Social Impact of Dataset
86
+ [More Information Needed]
87
+ ### Discussion of Biases
88
+ [More Information Needed]
89
+ ### Other Known Limitations
90
+ [More Information Needed]
91
+ ## Additional Information
92
+ ### Dataset Curators
93
+ [More Information Needed]
94
+ ### Licensing Information
95
+ [More Information Needed]
96
+ ### Citation Information
97
+ [More Information Needed]
98
+ ### Contributions
99
+ [@loretoparisi](https://github.com/loretoparisi)