limhyeonseok commited on
Commit
5ffe8ae
1 Parent(s): 6138e69

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -32,17 +32,17 @@ The Bllossom language model is a Korean-English bilingual language model based o
32
  <!-- 첫 번째 컬럼 -->
33
  <div style="width: 48%;">
34
  <a>
35
- <img src="https://github.com/lhsstn/lhsstn/blob/main/x-llava_dem.gif?raw=true" style="width: 100%; height: auto;">
36
  </a>
37
- <p>Bllossom-V Example</p>
38
  </div>
39
 
40
  <!-- 두 번째 컬럼 (필요하다면) -->
41
  <div style="width: 48%;">
42
  <a>
43
- <img src="https://github.com/lhsstn/lhsstn/blob/main/bllossom_demo_kakao.gif?raw=true" style="width: 100%; height: auto;">
44
  </a>
45
- <p>Description for second video</p>
46
  </div>
47
  </div>
48
 
@@ -103,6 +103,7 @@ outputs = pipeline(
103
  do_sample=True,
104
  temperature=0.6,
105
  top_p=0.9,
 
106
  )
107
 
108
  print(outputs[0]["generated_text"][len(prompt):])
 
32
  <!-- 첫 번째 컬럼 -->
33
  <div style="width: 48%;">
34
  <a>
35
+ <img src="https://github.com/lhsstn/lhsstn/blob/main/x-llava_dem.gif?raw=true" style="width: 40%; height: 40%;">
36
  </a>
37
+ <p>Bllossom-V Demo</p>
38
  </div>
39
 
40
  <!-- 두 번째 컬럼 (필요하다면) -->
41
  <div style="width: 48%;">
42
  <a>
43
+ <img src="https://github.com/lhsstn/lhsstn/blob/main/bllossom_demo_kakao.gif?raw=true" style="width: 40%; height: 40%;">
44
  </a>
45
+ <p>Bllossom Demo(Kakao)</p>
46
  </div>
47
  </div>
48
 
 
103
  do_sample=True,
104
  temperature=0.6,
105
  top_p=0.9,
106
+ repetition_penalty = 1.1
107
  )
108
 
109
  print(outputs[0]["generated_text"][len(prompt):])