myeongho-jeong commited on
Commit
811c212
β€’
1 Parent(s): 2c1125e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -51,8 +51,10 @@ model_inputs = tokenizer(prompt_template.format(prompt=text), return_tensors='pt
51
  outputs = model.generate(**model_inputs, max_new_tokens=256)
52
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)[0]
53
  print(output_text)
 
54
 
55
- >>>
 
56
  A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
57
  Human: ν•œκ΅­μ˜ μˆ˜λ„λŠ” μ–΄λ””μΈκ°€μš”? μ•„λž˜ 선택지 쀑 κ³¨λΌμ£Όμ„Έμš”.
58
 
@@ -66,7 +68,7 @@ Assistant:
66
  ```
67
 
68
 
69
- ### Training Data
70
  - Korean-translated version of [Open-Orca/SlimOrca-Dedup](https://huggingface.co/datasets/Open-Orca/SlimOrca-Dedup)
71
  - Korean-translated version of [argilla/ultrafeedback-binarized-preferences-cleaned](https://huggingface.co/datasets/argilla/ultrafeedback-binarized-preferences-cleaned)
72
  - No other dataset was used
 
51
  outputs = model.generate(**model_inputs, max_new_tokens=256)
52
  output_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)[0]
53
  print(output_text)
54
+ '''
55
 
56
+ ### Example Output
57
+ ```
58
  A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
59
  Human: ν•œκ΅­μ˜ μˆ˜λ„λŠ” μ–΄λ””μΈκ°€μš”? μ•„λž˜ 선택지 쀑 κ³¨λΌμ£Όμ„Έμš”.
60
 
 
68
  ```
69
 
70
 
71
+ ## Training Data
72
  - Korean-translated version of [Open-Orca/SlimOrca-Dedup](https://huggingface.co/datasets/Open-Orca/SlimOrca-Dedup)
73
  - Korean-translated version of [argilla/ultrafeedback-binarized-preferences-cleaned](https://huggingface.co/datasets/argilla/ultrafeedback-binarized-preferences-cleaned)
74
  - No other dataset was used