Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,6 +3,23 @@ license: apache-2.0
|
|
| 3 |
pretty_name: tokenizers metrics
|
| 4 |
tags:
|
| 5 |
- github-stars
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
# tokenizers metrics
|
|
|
|
| 3 |
pretty_name: tokenizers 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: 95
|
| 17 |
+
num_examples: 2
|
| 18 |
+
- name: repository
|
| 19 |
+
num_bytes: 1893
|
| 20 |
+
num_examples: 42
|
| 21 |
+
download_size: 5046
|
| 22 |
+
dataset_size: 1988
|
| 23 |
---
|
| 24 |
|
| 25 |
# tokenizers metrics
|