Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Libraries:
Datasets
Dask
License:
michaelr7 commited on
Commit
95f4665
·
verified ·
1 Parent(s): d0e6e50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -68,7 +68,7 @@ Each data instance represents a post or comment and includes the following field
68
 
69
  - author: The username of the author of the comment or post.
70
 
71
- - media_links: An array of links to any multimedia included in the comment or post.
72
 
73
  ### Data Fields
74
 
@@ -94,7 +94,7 @@ Each data instance represents a post or comment and includes the following field
94
 
95
  - author: string
96
 
97
- - media_links: array
98
 
99
  # Data Preprocessing
100
 
 
68
 
69
  - author: The username of the author of the comment or post.
70
 
71
+ - media_urls: An array of links to any multimedia included in the comment or post.
72
 
73
  ### Data Fields
74
 
 
94
 
95
  - author: string
96
 
97
+ - media_urls: array
98
 
99
  # Data Preprocessing
100