fj11 commited on
Commit
e38b8c2
Β·
1 Parent(s): ebc01e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -10
README.md CHANGED
@@ -2,28 +2,32 @@
2
  license: cc-by-4.0
3
  ---
4
 
5
- # 🎬 ScreenTalk-XS: Sample Speech Dataset from Movies & TV πŸ“Ί
6
 
7
  ![Hugging Face](https://img.shields.io/badge/HuggingFace-Dataset-blue)
8
  ![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-orange)
9
  ![Dataset Type: XS (Limited Version)](https://img.shields.io/badge/Access-Limited-green)
10
 
11
  ### πŸ“’ **What is ScreenTalk-XS?**
12
- **ScreenTalk-XS** is a **limited sample** from the full **ScreenTalk dataset**, containing **transcribed speech data** from selected movie and TV dialogues.
13
  It is designed for **automatic speech recognition (ASR), natural language processing (NLP), and conversational AI research**.
14
 
15
- βœ… **This dataset serves as a free preview** of the full **ScreenTalk** dataset, which includes a much larger collection of movie and TV speech data.
16
 
17
  ---
18
 
19
  ## πŸ“œ **Dataset Details**
20
- - **Total Clips**: ~10% of the full dataset
21
- - **Languages**: English
22
- - **Content**: Transcribed movie & TV dialogues
23
- - **Format**: `.wav` (audio) + `.tsv` (transcriptions)
24
- - **Use Case**: Speech recognition, NLP, AI model training
25
-
26
- πŸ†“ **The full dataset (`ScreenTalk`) contains train, test, and validation splits and is available with restricted access.**
 
 
 
 
27
 
28
  ---
29
 
@@ -41,3 +45,4 @@ ScreenTalk-XS contains the following fields:
41
  "audio": "path/to/audio.wav",
42
  "sentence": "I will find you and I will train my model."
43
  }
 
 
2
  license: cc-by-4.0
3
  ---
4
 
5
+ # 🎬 ScreenTalk-XS: Sample Speech Dataset from Screen Content πŸ–₯️
6
 
7
  ![Hugging Face](https://img.shields.io/badge/HuggingFace-Dataset-blue)
8
  ![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-orange)
9
  ![Dataset Type: XS (Limited Version)](https://img.shields.io/badge/Access-Limited-green)
10
 
11
  ### πŸ“’ **What is ScreenTalk-XS?**
12
+ **ScreenTalk-XS** is a **limited sample** from the full **ScreenTalk dataset**, containing **1000 transcribed speech samples** from diverse screen content.
13
  It is designed for **automatic speech recognition (ASR), natural language processing (NLP), and conversational AI research**.
14
 
15
+ βœ… **This dataset serves as a free preview** of the full **ScreenTalk** dataset, which continues to expand with more high-quality transcribed speech data.
16
 
17
  ---
18
 
19
  ## πŸ“œ **Dataset Details**
20
+ | Feature | Description |
21
+ |---------|-------------|
22
+ | **Total Clips** | 1000 transcribed speech samples |
23
+ | **Languages** | English |
24
+ | **Format** | `.wav` (audio) + `.tsv` (transcriptions) |
25
+ | **Splits** | `xs` (sample version) |
26
+ | **Use Case** | ASR, Speech-to-Text, NLP, Conversational AI |
27
+
28
+ πŸ†“ **This dataset is free to use for research purposes.**
29
+ πŸ”Ή **For full access, check out the complete dataset:**
30
+ πŸ‘‰ [ScreenTalk (Full Dataset)](https://huggingface.co/datasets/DataLabX/ScreenTalk)
31
 
32
  ---
33
 
 
45
  "audio": "path/to/audio.wav",
46
  "sentence": "I will find you and I will train my model."
47
  }
48
+