Update README.md
Browse files
README.md
CHANGED
@@ -104,6 +104,16 @@ It is a collection of 9,103 videoconference records extracted from the German Na
|
|
104 |
|
105 |
The text in the dataset is in English, both for the transcripted audios and the abstracts.
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
## Dataset Structure
|
108 |
|
109 |
### Data Instances
|
|
|
104 |
|
105 |
The text in the dataset is in English, both for the transcripted audios and the abstracts.
|
106 |
|
107 |
+
## Usage
|
108 |
+
|
109 |
+
To use within the [`datasets`](https://github.com/huggingface/datasets) library:
|
110 |
+
|
111 |
+
```python
|
112 |
+
from datasets import load_dataset
|
113 |
+
|
114 |
+
dataset = load_dataset("gigant/tib")
|
115 |
+
```
|
116 |
+
|
117 |
## Dataset Structure
|
118 |
|
119 |
### Data Instances
|