kbu1564 commited on
Commit
23c0746
·
verified ·
1 Parent(s): 4d88cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -55,7 +55,7 @@ This represents approximately a 39× reduction in pretraining cost relative to `
55
 
56
  ### Python Code
57
  For better inference results with `HyperCLOVAX-SEED-Text-Instruct-0.5B`, we recommend setting `repetition_penalty` to `1.2`.
58
- ```
59
  model_name = "naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-0.5B"
60
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")
61
  tokenizer = AutoTokenizer.from_pretrained(model_name)
 
55
 
56
  ### Python Code
57
  For better inference results with `HyperCLOVAX-SEED-Text-Instruct-0.5B`, we recommend setting `repetition_penalty` to `1.2`.
58
+ ```python
59
  model_name = "naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-0.5B"
60
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")
61
  tokenizer = AutoTokenizer.from_pretrained(model_name)