Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Description
|
2 |
+
This repo contains GGUF format model files for OFA-Sys/InsTag.
|
3 |
+
|
4 |
+
About GGUF
|
5 |
+
GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
|
6 |
+
|
7 |
+
InsTagger is an tool for automatically providing instruction tags by distilling tagging results from InsTag.
|
8 |
+
|
9 |
+
InsTag aims analyzing supervised fine-tuning (SFT) data in LLM aligning with human preference. For local tagging deployment, we release InsTagger, fine-tuned on InsTag results, to tag the queries in SFT data. Through the scope of tags, we sample a 6K subset of open-resourced SFT data to fine-tune LLaMA and LLaMA-2 and the fine-tuned models TagLM-13B-v1.0 and TagLM-13B-v2.0 outperform many open-resourced LLMs on MT-Bench.
|
10 |
+
|
11 |
+
Model Description
|
12 |
+
Model type: Auto-regressive Models
|
13 |
+
Language(s) (NLP): English
|
14 |
+
License: apache-2.0
|
15 |
+
Finetuned from model: LLaMa-2
|
16 |
+
Model Sources [optional]
|
17 |
+
Repository: https://github.com/OFA-Sys/InsTag
|
18 |
+
Paper: Arxiv
|
19 |
+
Demo: ModelScope Demo
|