SGEcon commited on
Commit
40ce112
β€’
1 Parent(s): 4827f96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -48,10 +48,10 @@ If you wish to use the original data, please contact the original author directl
48
 
49
  def gen(x):
50
  generation_config = GenerationConfig(
51
- temperature=0.8,
52
  top_p=0.8,
53
- top_k=100,
54
- max_new_tokens=1024,
55
  early_stopping=True,
56
  do_sample=True,
57
  )
@@ -130,6 +130,6 @@ The copyright of the data used belongs to the original author, so please contact
130
 
131
  > μ€‘μ•™μ€ν–‰μ˜ 역할에 λŒ€ν•΄μ„œ μ„€λͺ…ν•΄μ€„λž˜?
132
 
133
- >> 쀑앙은행은 μ€‘μ•™μ€ν–‰μ˜ λͺ…령에 따라 κ²½μ œν™œλ™μ„ μ‘°μ ˆν•˜λŠ” κ²½μ œμ‘°μ •κΈ°κ΅¬μ΄λ©° 1) 이 λ‚˜λΌμ˜ κ²½μ œν™œλ™μ„ μ‘°μ •ν•˜κΈ° μœ„ν•œ 쑰치λ₯Ό μ·¨ν•˜κ³  2) κ΅­κ°€μ˜ 톡화정책을 μˆ˜λ¦½ν•˜κ³  이λ₯Ό μ‹œν–‰ν•˜λŠ” κΈ°κ΄€μœΌλ‘œ κ²½μ œν™œλ™μ„ μ‘°μ ˆν•˜λŠ” κ²½μ œμ‘°μ •κΈ°κ΅¬μ΄λ‹€.
134
 
135
 
 
48
 
49
  def gen(x):
50
  generation_config = GenerationConfig(
51
+ temperature=0.9,
52
  top_p=0.8,
53
+ top_k=50,
54
+ max_new_tokens=256,
55
  early_stopping=True,
56
  do_sample=True,
57
  )
 
130
 
131
  > μ€‘μ•™μ€ν–‰μ˜ 역할에 λŒ€ν•΄μ„œ μ„€λͺ…ν•΄μ€„λž˜?
132
 
133
+ >> 쀑앙은행은 κ΅­κ°€ 경제의 μ•ˆμ •μ„ μœ μ§€ν•˜κΈ° μœ„ν•΄ κ΅­κ°€μ˜ 톡화 λ°œν–‰, 은행 업무 감독, λŒ€μΆœ 쑰절 λ“±μ˜ μ€‘μš”ν•œ 역할을 μˆ˜ν–‰ν•˜λŠ” 금육 기관이닀. 쀑앙은행은 κ΅­κ°€μ˜ 톡화 λ°œν–‰ μ‘°μ ˆμ„ 톡해 λ¬Όκ°€ μƒμŠΉμ„ μ–΅μ œν•˜κ³ , 이λ₯Ό 톡해 가격 μ•ˆμ •μ„±μ„ μœ μ§€ν•˜κ³ μž ν•œλ‹€. λ˜ν•œ, 쀑앙은행은 λŒ€μΆœ μ‘°μ ˆμ„ 톡해 금리λ₯Ό μ‘°μ ˆν•˜μ—¬ 자금 쑰달 μ‹œμž₯에 μ μ ˆν•œ 금리 μˆ˜μ€€μ„ μœ μ§€ν•˜κ³ , 이λ₯Ό 톡해 경제 ν™œλ™μ„ 적절히 μ‘°μ ˆν•  수 μžˆλ‹€.
134
 
135