Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
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 |
|