Update README.md
Browse files
README.md
CHANGED
@@ -2,3 +2,14 @@
|
|
2 |
from datasets import load_dataset
|
3 |
dataset = load_dataset("m0javad/Degarbayan-SC-dataset")
|
4 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
from datasets import load_dataset
|
3 |
dataset = load_dataset("m0javad/Degarbayan-SC-dataset")
|
4 |
```
|
5 |
+
|
6 |
+
### Statistic
|
7 |
+
![Lenght of sentences](https://i.ibb.co/C1RJhTZ/lenght.jpg")
|
8 |
+
|
9 |
+
our sentence length distribution is between 3 and 19 words and sentences are an average of 8 words. This makes sense because in the movie subtitles, sentences are shown in a range of time and we matched them with timespans. Humans can say a certain number of words in a certain period of time. Our collected sentences have 128,699 unique words.
|
10 |
+
|
11 |
+
as you see in the table above, our dataset contains a large number of paraphrasing sentences in various forms such syntactic, semantic and conceptual paraphrases.
|
12 |
+
|
13 |
+
### contact
|
14 |
+
|
15 |
+
contact me for contribution and future possible works at: [email protected]
|