Add pipeline tag and library name
Browse filesThis PR ensures that the model is correctly tagged as a text-generation model, and its associated library name is present.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# IgCraft: A generative model for paired human antibody sequence design
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
| 7 |
# IgCraft: A generative model for paired human antibody sequence design
|