Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: name
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: stars
|
| 7 |
+
dtype: int64
|
| 8 |
+
- name: forks
|
| 9 |
+
dtype: int64
|
| 10 |
+
splits:
|
| 11 |
+
- name: package
|
| 12 |
+
num_bytes: 2413
|
| 13 |
+
num_examples: 60
|
| 14 |
+
- name: repository
|
| 15 |
+
num_bytes: 185253
|
| 16 |
+
num_examples: 3926
|
| 17 |
+
download_size: 112345
|
| 18 |
+
dataset_size: 187666
|
| 19 |
+
---
|
| 20 |
+
# Dataset Card for "gradio-dependents"
|
| 21 |
+
|
| 22 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|