Text Generation
PEFT
Safetensors
GGUF
English
llama
llama-factory
lora
Generated from Trainer
llama2
instruct
finetune
gpt4
synthetic data
stable diffusion
alpaca
llm
conversational
Nekochu commited on
Commit
8109155
1 Parent(s): c58b93f
Files changed (1) hide show
  1. README.md +15 -21
README.md CHANGED
@@ -8,7 +8,6 @@ prompt_template: >-
8
  base_model: meta-llama/Llama-2-13b-chat-hf
9
  library_name: peft
10
  license: apache-2.0
11
- inference: True
12
  datasets:
13
  - Nekochu/discord-unstable-diffusion-SD-prompts
14
  - glaiveai/glaive-function-calling-v2
@@ -19,31 +18,26 @@ datasets:
19
  - garage-bAInd/Open-Platypus
20
  language:
21
  - en
 
 
22
  widget:
23
- - text: >
24
- Below is an instruction that describes a task, paired with an input that
25
- provides further context. Write a response that appropriately completes the
26
- request.
27
-
28
-
29
- ### Instruction:
30
-
31
- Create stable diffusion metadata based on the given english description. Luminia
32
-
33
-
34
- ### Input:
35
-
36
- favorites and popular SFW
37
-
38
-
39
- ### Response:
40
  output:
41
- text: Luminia, 1girl, solo, blonde hair, long hair,
42
  tags:
43
  - llama-factory
44
  - lora
45
  - generated_from_trainer
46
- pipeline_tag: text-generation
 
 
 
 
47
  model-index:
48
  - name: Luminia-13B-v3
49
  results: []
@@ -54,7 +48,7 @@ model-index:
54
  <img src="https://i.imgur.com/uyjdkhk.jpeg" alt="DALL-E 3 prompt: a single seed growing slowly in laboratory in a desert sand, the single little plant try fight to reach light sun, while a little cute kitty feel the plant, cute 8k anime, digitral art, close up" style="width: 90%; min-width: 380px; border: 2px solid #555; border-radius: 5px;">
55
  </div>
56
  <div style="flex: 1; text-align: left;">
57
- <p style="font-family: 'Comic Sans MS', cursive, sans-serif; padding-left: 2px; padding-top: 10px;">Luminia v3 is good at reasoning to enchance Stable Diffusion prompt from short summary description, may output NSFW content.</p>
58
  </div>
59
  </div>
60
 
 
8
  base_model: meta-llama/Llama-2-13b-chat-hf
9
  library_name: peft
10
  license: apache-2.0
 
11
  datasets:
12
  - Nekochu/discord-unstable-diffusion-SD-prompts
13
  - glaiveai/glaive-function-calling-v2
 
18
  - garage-bAInd/Open-Platypus
19
  language:
20
  - en
21
+ pipeline_tag: text-generation
22
+ inference: True
23
  widget:
24
+ - example_title: prompt assistant
25
+ messages:
26
+ - role: system
27
+ content: Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
28
+ - role: user
29
+ content: '### Instruction:\n\nCreate stable diffusion metadata based on the given english description. Luminia\n### Input:\nfavorites and popular SFW\n\n### Response:\n\n'
 
 
 
 
 
 
 
 
 
 
 
30
  output:
31
+ text: Luminia, 1girl, solo, blonde hair, long hair,
32
  tags:
33
  - llama-factory
34
  - lora
35
  - generated_from_trainer
36
+ - llama2
37
+ - instruct
38
+ - finetune
39
+ - gpt4
40
+ - synthetic data
41
  model-index:
42
  - name: Luminia-13B-v3
43
  results: []
 
48
  <img src="https://i.imgur.com/uyjdkhk.jpeg" alt="DALL-E 3 prompt: a single seed growing slowly in laboratory in a desert sand, the single little plant try fight to reach light sun, while a little cute kitty feel the plant, cute 8k anime, digitral art, close up" style="width: 90%; min-width: 380px; border: 2px solid #555; border-radius: 5px;">
49
  </div>
50
  <div style="flex: 1; text-align: left;">
51
+ <p style="font-family: 'Comic Sans MS', cursive, sans-serif; padding-left: 2px; padding-top: 10px;">Luminia v3 is good at reasoning to enhance Stable Diffusion prompt from short summary description, may output NSFW content.</p>
52
  </div>
53
  </div>
54