rileytomasek
commited on
Commit
•
f703505
1
Parent(s):
cc8b224
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: embedding
|
7 |
+
sequence: float64
|
8 |
+
- name: metadata
|
9 |
+
struct:
|
10 |
+
- name: chunkTitle
|
11 |
+
dtype: string
|
12 |
+
- name: episodeTitle
|
13 |
+
dtype: string
|
14 |
+
- name: imgUrl
|
15 |
+
dtype: string
|
16 |
+
- name: published
|
17 |
+
dtype: string
|
18 |
+
- name: url
|
19 |
+
dtype: string
|
20 |
+
- name: document
|
21 |
+
dtype: string
|
22 |
+
splits:
|
23 |
+
- name: data
|
24 |
+
num_bytes: 4507060
|
25 |
+
num_examples: 293
|
26 |
+
download_size: 4292011
|
27 |
+
dataset_size: 4507060
|
28 |
+
---
|
29 |
+
# Dataset Card for "huberman_on_exercise"
|
30 |
+
|
31 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|