Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,23 @@ license: apache-2.0
|
|
3 |
pretty_name: optimum metrics
|
4 |
tags:
|
5 |
- github-stars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# optimum metrics
|
|
|
3 |
pretty_name: optimum metrics
|
4 |
tags:
|
5 |
- github-stars
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: name
|
9 |
+
dtype: string
|
10 |
+
- name: stars
|
11 |
+
dtype: int64
|
12 |
+
- name: forks
|
13 |
+
dtype: int64
|
14 |
+
splits:
|
15 |
+
- name: package
|
16 |
+
num_bytes: 555
|
17 |
+
num_examples: 13
|
18 |
+
- name: repository
|
19 |
+
num_bytes: 3790
|
20 |
+
num_examples: 81
|
21 |
+
download_size: 6617
|
22 |
+
dataset_size: 4345
|
23 |
---
|
24 |
|
25 |
# optimum metrics
|