Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: llm-jp/llm-jp-1.3b-v1.0
|
3 |
license: mit
|
4 |
+
model_creator: Toshihiko Aoki
|
5 |
+
model_name: llm-jp-1.3b-v1.0 staircaptions SFT - GGUF
|
6 |
+
model_type: llm-jp
|
7 |
+
prompt_template: '### Instruction:
|
8 |
+
{prompt}
|
9 |
+
### Response:
|
10 |
+
'
|
11 |
---
|
12 |
+
|
13 |
+
# llm-jp-1.3b-v1.0 staircaptions SFT - GGUF
|
14 |
+
|
15 |
+
## Description
|
16 |
+
|
17 |
+
This repository contains models trained(QLoRA-SFT) based on the following models and data:
|
18 |
+
- Base model: [llm-jp-1.3b-v.10](https://huggingface.co/llm-jp/llm-jp-1.3b-v1.0)
|
19 |
+
- Training data (split train use):
|
20 |
+
- [STAIR Captions](https://github.com/STAIR-Lab-CIT/STAIR-captions)
|
21 |
+
- [Microsoft COCO Caption](https://github.com/tylin/coco-caption)
|
22 |
+
- [Microsoft COCO Images caption interpreted by UForm](https://huggingface.co/unum-cloud/uform-gen)
|