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