Commit
·
8333b65
1
Parent(s):
5f7e0fe
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: name
|
5 |
+
dtype: string
|
6 |
+
- name: title
|
7 |
+
dtype: string
|
8 |
+
- name: short_description
|
9 |
+
dtype: string
|
10 |
+
- name: description
|
11 |
+
dtype: string
|
12 |
+
- name: uptime
|
13 |
+
dtype: float64
|
14 |
+
- name: up
|
15 |
+
dtype: bool
|
16 |
+
- name: https_score
|
17 |
+
dtype: int64
|
18 |
+
- name: https_rank
|
19 |
+
dtype: string
|
20 |
+
- name: ipv6
|
21 |
+
dtype: bool
|
22 |
+
- name: openRegistrations
|
23 |
+
dtype: bool
|
24 |
+
- name: users
|
25 |
+
dtype: int64
|
26 |
+
- name: statuses
|
27 |
+
dtype: string
|
28 |
+
- name: connections
|
29 |
+
dtype: int64
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 816425
|
33 |
+
num_examples: 1868
|
34 |
+
download_size: 536440
|
35 |
+
dataset_size: 816425
|
36 |
+
---
|
37 |
+
# Dataset Card for "mastodon-instances"
|
38 |
+
|
39 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|