sdmattpotter
commited on
Commit
•
d415c54
1
Parent(s):
6fd8922
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: ITEMNO.
|
5 |
+
dtype: string
|
6 |
+
- name: O
|
7 |
+
dtype: string
|
8 |
+
- name: '00000'
|
9 |
+
dtype: float64
|
10 |
+
- name: Motion/Second
|
11 |
+
dtype: string
|
12 |
+
- name: VOTE
|
13 |
+
dtype: string
|
14 |
+
- name: Recorder
|
15 |
+
dtype: string
|
16 |
+
- name: link
|
17 |
+
dtype: string
|
18 |
+
- name: action
|
19 |
+
dtype: string
|
20 |
+
- name: descript
|
21 |
+
dtype: string
|
22 |
+
- name: kind
|
23 |
+
dtype: string
|
24 |
+
- name: DateTimeDate
|
25 |
+
dtype: timestamp[ns]
|
26 |
+
- name: embeds
|
27 |
+
sequence: float64
|
28 |
+
- name: __index_level_0__
|
29 |
+
dtype: int64
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 8933567
|
33 |
+
num_examples: 704
|
34 |
+
download_size: 6645047
|
35 |
+
dataset_size: 8933567
|
36 |
+
---
|
37 |
+
# Dataset Card for "dftest61523"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|