pagida commited on
Commit
22b195f
·
verified ·
1 Parent(s): ee2e8a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,10 +6,10 @@ This dataset consists of oral history content collected from the Istorima archiv
6
 
7
 
8
  **Metadata Info:** <br>
9
- This dataset consists of 13,548 oral history interview records, structured as a tabular dataset with mixed data types. Each record includes a unique identifier (id, int32) along with textual fields such as title,
10
  summary, transcription, speaker_name, and researcher_name. Additional metadata fields capture thematic and categorical information (themes, tags),
11
  geographic references (geonames, interview_place), and temporal attributes (date, published_at).
12
- The dataset also includes numerical and boolean features such as duration_minutes (float32), is_age_restricted (bool), and is_on_demand (bool),
13
  as well as a language field indicating the interview language.
14
 
15
 
 
6
 
7
 
8
  **Metadata Info:** <br>
9
+ This dataset consists of 13,548 oral history interview records, structured as a tabular dataset with mixed data types. Each record includes a unique identifier (id) along with textual fields such as title,
10
  summary, transcription, speaker_name, and researcher_name. Additional metadata fields capture thematic and categorical information (themes, tags),
11
  geographic references (geonames, interview_place), and temporal attributes (date, published_at).
12
+ The dataset also includes numerical and boolean features such as duration_minutes, is_age_restricted, and is_on_demand,
13
  as well as a language field indicating the interview language.
14
 
15