Add task category to metadata
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# EvoLen — token analysis input data
|
|
@@ -75,4 +77,4 @@ export EVOLEN_ROOT=/path/to/your/data_root # analysis scripts resolve paths
|
|
| 75 |
```
|
| 76 |
|
| 77 |
Related: [token_evaluation](https://huggingface.co/datasets/nancyH/token_evaluation)
|
| 78 |
-
hosts the phyloP analysis *outputs* (per-token aggregates used for Figure 2C).
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
tags:
|
| 4 |
+
- dna
|
| 5 |
+
- genomics
|
| 6 |
+
- tokenization
|
| 7 |
+
task_categories:
|
| 8 |
+
- other
|
| 9 |
---
|
| 10 |
|
| 11 |
# EvoLen — token analysis input data
|
|
|
|
| 77 |
```
|
| 78 |
|
| 79 |
Related: [token_evaluation](https://huggingface.co/datasets/nancyH/token_evaluation)
|
| 80 |
+
hosts the phyloP analysis *outputs* (per-token aggregates used for Figure 2C).
|