mwz commited on
Commit
d020c86
1 Parent(s): 9fed9a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -19
README.md CHANGED
@@ -10,27 +10,16 @@ pretty_name: ur_para
10
  size_categories:
11
  - 100K<n<1M
12
  ---
13
- # Dataset Name
14
- ur-para (Urdu Paraphrasing Dataset)
15
 
16
- ## Dataset Size
17
- 329 MB
18
 
19
- ## Dataset Description
20
- This dataset consists of pairs of Urdu sentences that have the same meaning but different phrasing. It is intended for use in natural language processing tasks such as text classification, machine translation, and semantic similarity analysis.
21
 
22
- ## Dataset Source
23
- Private collection
 
24
 
25
- ## Number of Samples
26
- n < 1k (exact number not disclosed due to privacy concerns)
27
 
28
- ## Features:
29
- sentence1 (string): the original Urdu sentence
30
- sentence2 (string): the paraphrased Urdu sentence with the same meaning as sentence1
31
-
32
- ## Format
33
- JSON
34
-
35
- ### Note
36
- The sentences in this dataset are taken from various sources and may contain regional variations in the Urdu language.
 
10
  size_categories:
11
  - 100K<n<1M
12
  ---
13
+ # Paraphrase Dataset (Urdu)
 
14
 
15
+ This dataset contains paraphrases in Urdu. It is provided in the Parquet format and is split into a training set with 393,000 rows.
 
16
 
17
+ ## Dataset Details
 
18
 
19
+ - Columns:
20
+ - `sentence1`: The first sentence in a pair of paraphrases (string).
21
+ - `sentence2`: The second sentence in a pair of paraphrases (string).
22
 
23
+ ## Usage
 
24
 
25
+ You can use this dataset for various natural language processing tasks such as text similarity, paraphrase identification, and language generation.