grsilva commited on
Commit
c2f9764
·
1 Parent(s): bc3e936

Updated ReadMe

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - pt
5
+ pretty_name: rebel_pt
6
  ---
7
+
8
+ This is a dataset that was created to re-train [REBEL](https://github.com/Babelscape/rebel) to work better for the Portuguese language.
9
+
10
+ This dataset was generated using [CROCODILE](https://github.com/Babelscape/crocodile), which was adapted to use a Portuguese specific model (pt_core_news_sm) instead of their default multi-language model (xx_ent_wiki_sm).
11
+
12
+ The dataset comes with a train, test, dev and train_dev splits. The train_dev split accounts for 80% of the dataset with the remaining 20% being the training data. The train and dev split was generated from the 80% train_dev data which was further split into an 80/20.
13
+
14
+ The split for the dataset ends up being:
15
+
16
+ * Train_dev -> 80% of the data
17
+ * Test -> 20% of the data
18
+ * Train -> 64% of the data
19
+ * Dev -> 16% of the data