Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ model = BloomForCausalLM.from_pretrained(model_path)
|
|
11 |
obj = Obj(model, tokenizer)
|
12 |
|
13 |
example_sample = [
|
14 |
-
["
|
15 |
["你饿吗?", 128],
|
16 |
]
|
17 |
|
|
|
11 |
obj = Obj(model, tokenizer)
|
12 |
|
13 |
example_sample = [
|
14 |
+
["今天天气不错。", 128],
|
15 |
["你饿吗?", 128],
|
16 |
]
|
17 |
|