Add library name and pipeline tag
Browse filesThis PR adds metadata regarding the relevant pipeline tag and library name. It also adds a link to the code repository.
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
## Symbol-LLM: Towards Foundational Symbol-centric Interface for Large Language Models
|
| 7 |
|
| 8 |
Paper Link: https://arxiv.org/abs/2311.09278
|
| 9 |
|
| 10 |
Project Page: https://xufangzhi.github.io/symbol-llm-page/
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
## 🔥 News
|
| 15 |
|
|
@@ -31,5 +32,4 @@ If you find it helpful, please kindly cite the paper.
|
|
| 31 |
journal={arXiv preprint arXiv:2311.09278},
|
| 32 |
year={2023}
|
| 33 |
}
|
| 34 |
-
```
|
| 35 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
## Symbol-LLM: Towards Foundational Symbol-centric Interface for Large Language Models
|
| 8 |
|
| 9 |
Paper Link: https://arxiv.org/abs/2311.09278
|
| 10 |
|
| 11 |
Project Page: https://xufangzhi.github.io/symbol-llm-page/
|
| 12 |
|
| 13 |
+
Code: https://github.com/xufangzhi/Genius
|
| 14 |
|
| 15 |
## 🔥 News
|
| 16 |
|
|
|
|
| 32 |
journal={arXiv preprint arXiv:2311.09278},
|
| 33 |
year={2023}
|
| 34 |
}
|
| 35 |
+
```
|
|
|