Datasets:

Modalities:
Text
Formats:
csv
Languages:
Urdu
DOI:
Libraries:
Datasets
pandas
License:
mbshr commited on
Commit
3afd100
1 Parent(s): 3a2f5d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -41,12 +41,12 @@ Urdu.
41
 
42
  ### Data Fields
43
 
44
- - name: {url} # Example: id
45
- dtype: {string} # Example: int32
46
- - name: {Summary} # Example: text
47
- dtype: {string} # Example: string
48
- - name: {Text} # Example: image
49
- dtype: {string} # Example: image
50
 
51
  ### Data Splits
52
 
 
41
 
42
  ### Data Fields
43
 
44
+ - url: URL of the article from where it was scrapped (BBC Urdu URLs in english topic text with number & DW Urdu with Urdu topic text)
45
+ dtype: {string}
46
+ - Summary: Short Summary of article written by author of article like highlights.
47
+ dtype: {string}
48
+ - Text: Complete Text of article which are intelligently trucated to 512 tokens.
49
+ dtype: {string}
50
 
51
  ### Data Splits
52