Add library_name and update pipeline tag
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
-
pipeline_tag: text-
|
|
|
8 |
---
|
|
|
9 |
# MathCoder: Seamless Code Integration in LLMs for Enhanced Mathematical Reasoning
|
10 |
|
11 |
Paper: [https://arxiv.org/pdf/2310.03731.pdf](https://arxiv.org/pdf/2310.03731.pdf)
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
+
|
11 |
# MathCoder: Seamless Code Integration in LLMs for Enhanced Mathematical Reasoning
|
12 |
|
13 |
Paper: [https://arxiv.org/pdf/2310.03731.pdf](https://arxiv.org/pdf/2310.03731.pdf)
|