elnazrahmati commited on
Commit
65c9d82
1 Parent(s): ca0acb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,7 +17,7 @@ pretty_name: naab (A ready-to-use plug-and-play corpus in Farsi)
17
  ---
18
 
19
  # naab: A ready-to-use plug-and-play corpus in Farsi
20
- _[If you wanted to join our community to keep up with news, models and datasets from naab, click on [this](https://docs.google.com/forms/d/e/1FAIpQLSe8kevFl_ODCx-zapAuOIAQYr8IvkVVaVHOuhRL9Ha0RVJ6kg/viewform) link.]_
21
 
22
  ## Table of Contents
23
  - [Dataset Card Creation Guide](#dataset-card-creation-guide)
@@ -67,7 +67,7 @@ dataset = load_dataset("SLPL/naab", split="train[:10%]")
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
- This corpus can be used for training all language models which can be trained by mask language modeling.
71
 
72
  - `language-modeling`
73
  - `masked-language-modeling`
@@ -85,7 +85,7 @@ Each row of the dataset will look like something like the below:
85
 
86
  ### Data Splits
87
 
88
- This dataset includes two splits (`train` and `test`). We split these two by dividing the randomly permuted version of the corpus into (95%, 5%) division respected to (`train`, `test`). Since `validation` is usually occurring during the train with the `train` dataset we avoid proposing another split for it.
89
 
90
  | | train | test |
91
  |-------------------------|------:|-----:|
@@ -150,7 +150,7 @@ We used a preprocessor based on some stream-based Linux kernel commands so that
150
 
151
  Since this corpus is briefly a compilation of some former corpora we take no responsibility for personal information included in this corpus. If you detect any of these violations please let us know, we try our best to remove them from the corpus ASAP.
152
 
153
- We tried our best to provide anonymously while keeping the crucial information. We shuffled some parts of the corpus so the information passing through possible conversations wouldn't be harmful.
154
 
155
  ## Additional Information
156
 
17
  ---
18
 
19
  # naab: A ready-to-use plug-and-play corpus in Farsi
20
+ _[If you want to join our community to keep up with news, models and datasets from naab, click on [this](https://docs.google.com/forms/d/e/1FAIpQLSe8kevFl_ODCx-zapAuOIAQYr8IvkVVaVHOuhRL9Ha0RVJ6kg/viewform) link.]_
21
 
22
  ## Table of Contents
23
  - [Dataset Card Creation Guide](#dataset-card-creation-guide)
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
+ This corpus can be used for training all language models which can be trained by Masked Language Modeling (MLM) or any other self-supervised objective.
71
 
72
  - `language-modeling`
73
  - `masked-language-modeling`
85
 
86
  ### Data Splits
87
 
88
+ This dataset includes two splits (`train` and `test`). We split these two by dividing the randomly permuted version of the corpus into (95%, 5%) division respected to (`train`, `test`). Since `validation` is usually occurring during training with the `train` dataset we avoid proposing another split for it.
89
 
90
  | | train | test |
91
  |-------------------------|------:|-----:|
150
 
151
  Since this corpus is briefly a compilation of some former corpora we take no responsibility for personal information included in this corpus. If you detect any of these violations please let us know, we try our best to remove them from the corpus ASAP.
152
 
153
+ We tried our best to provide anonymity while keeping the crucial information. We shuffled some parts of the corpus so the information passing through possible conversations wouldn't be harmful.
154
 
155
  ## Additional Information
156