ArmelR commited on
Commit
69b28a8
·
1 Parent(s): b0a3916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ example = [
12
  ["def count_lines(filename):", 40, 0.6, 42],
13
  ["def count_words(filename):", 40, 0.6, 42]]
14
 
15
- checkpoint = "ArmelR/Instruction10K2048"
16
  tokenizer = AutoTokenizer.from_pretrained(checkpoint)
17
  model = AutoModelForCausalLM.from_pretrained(checkpoint, trust_remote_code=True)
18
 
 
12
  ["def count_lines(filename):", 40, 0.6, 42],
13
  ["def count_words(filename):", 40, 0.6, 42]]
14
 
15
+ checkpoint = "ArmelR/Stack10K2048"
16
  tokenizer = AutoTokenizer.from_pretrained(checkpoint)
17
  model = AutoModelForCausalLM.from_pretrained(checkpoint, trust_remote_code=True)
18