Add library and pipeline tags, link to code
Browse filesThis PR adds the `library_name` and `pipeline_tag` metadata to the model card for better discoverability and to ensure the model can be easily found when searching by pipeline tag. It also adds a link to the Github repository.
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# Genius
|
6 |
|
7 |
-
Paper Link: https://huggingface.co/papers/2504.08672
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: text-generation
|
5 |
---
|
6 |
|
7 |
# Genius
|
8 |
|
9 |
+
Paper Link: https://huggingface.co/papers/2504.08672
|
10 |
+
|
11 |
+
Code: https://github.com/xufangzhi/Genius
|