leobertolazzi commited on
Commit
0c41453
1 Parent(s): 3a47ac8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -7,10 +7,21 @@ size_categories:
7
  - 1K<n<10K
8
  ---
9
 
10
- ## Dataset summary
11
  The **ita2medieval** dataset contains sentences from medieval italian along with paraphrases in contemporary italian (approximately 6.5k pairs in total). The medieval italian sentences are extracted from texts by Dante, Petrarca, Guinizelli and Cavalcanti.
12
 
13
  It is intended to perform text-style-transfer from contemporary to medieval italian and vice-versa.
14
 
 
 
 
 
 
 
 
 
 
 
15
  ## Dataset creation
 
16
  **ita2medieval** was created by scraping[letteritaliana.weebly.com](https://letteritaliana.weebly.com/).
 
7
  - 1K<n<10K
8
  ---
9
 
10
+ ## ita2medieval
11
  The **ita2medieval** dataset contains sentences from medieval italian along with paraphrases in contemporary italian (approximately 6.5k pairs in total). The medieval italian sentences are extracted from texts by Dante, Petrarca, Guinizelli and Cavalcanti.
12
 
13
  It is intended to perform text-style-transfer from contemporary to medieval italian and vice-versa.
14
 
15
+ ## Loading the dataset
16
+
17
+ ```
18
+ from datasets import load_dataset
19
+
20
+ dataset = load_dataset("leobertolazzi/ita2medieval")
21
+ ```
22
+
23
+ Note: due to the small size of the dataset there are no predefined train and test splits.
24
+
25
  ## Dataset creation
26
+
27
  **ita2medieval** was created by scraping[letteritaliana.weebly.com](https://letteritaliana.weebly.com/).