Add pipeline tag, library name, link to code (#1)
Browse files- Add pipeline tag, library name, link to code (2d2606c4cbd080076bff68d8140df2892f2215c3)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
base_model:
|
4 |
- meta-llama/Llama-2-13b-hf
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# GPTailor-Llama2-13B
|
8 |
|
9 |
-
This model is based on the paper: https://arxiv.org/pdf/2506.20480
|
|
|
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- meta-llama/Llama-2-13b-hf
|
4 |
+
license: apache-2.0
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
library_name: transformers
|
7 |
---
|
8 |
|
9 |
# GPTailor-Llama2-13B
|
10 |
|
11 |
+
This model is based on the paper: https://arxiv.org/pdf/2506.20480
|
12 |
+
|
13 |
+
Code: https://github.com/Guinan-Su/auto-merge-llm
|