Add task category, library name, tags and link to paper
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- chemistry
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
This repository contains the data for the paper [Chem42: a Family of chemical Language Models for Target-aware Ligand Generation](https://huggingface.co/papers/2503.16563).
|