iomoura commited on
Commit
dc341eb
·
verified ·
1 Parent(s): 0f27343

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -10,10 +10,19 @@ tags:
10
 
11
  This dataset consists of oral history content collected from the Istorima archive, including transcribed interviews and associated metadata.The material reflects personal narratives and life stories, primarily in Greek, covering a wide range of social, cultural, and historical topics.
12
 
 
 
 
 
 
 
 
 
13
  **Dataset Statistics:**
14
 
15
  Words:
16
  96,479,186
 
17
  Tokens:
18
  138,933,365
19
 
 
10
 
11
  This dataset consists of oral history content collected from the Istorima archive, including transcribed interviews and associated metadata.The material reflects personal narratives and life stories, primarily in Greek, covering a wide range of social, cultural, and historical topics.
12
 
13
+ **Metadata Info**
14
+ 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,
15
+ summary, transcription, speaker_name, and researcher_name. Additional metadata fields capture thematic and categorical information (themes, tags),
16
+ geographic references (geonames, interview_place), and temporal attributes (date, published_at).
17
+ The dataset also includes numerical and boolean features such as duration_minutes (float32), is_age_restricted (bool), and is_on_demand (bool),
18
+ as well as a language field indicating the interview language.
19
+
20
+
21
  **Dataset Statistics:**
22
 
23
  Words:
24
  96,479,186
25
+
26
  Tokens:
27
  138,933,365
28