Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: post_href
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: python_solutions
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: slug
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: post_title
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: user
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: upvotes
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: views
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: problem_title
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: number
|
| 21 |
+
dtype: int64
|
| 22 |
+
- name: acceptance
|
| 23 |
+
dtype: float64
|
| 24 |
+
- name: difficulty
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: __index_level_0__
|
| 27 |
+
dtype: int64
|
| 28 |
+
splits:
|
| 29 |
+
- name: train
|
| 30 |
+
num_bytes: 28580704
|
| 31 |
+
num_examples: 34007
|
| 32 |
+
download_size: 8966079
|
| 33 |
+
dataset_size: 28580704
|
| 34 |
+
---
|
| 35 |
+
# Dataset Card for "leetcode-solutions"
|
| 36 |
+
|
| 37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|