add flyingfishinwater/chinese-baby-llama2
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
|
| 8 |
MODEL_LIST = [
|
| 9 |
"liswei/Taiwan-ELM-270M",
|
| 10 |
"Mxode/SmolLM-Chinese-180M",
|
|
|
|
| 11 |
"unsloth/gemma-3-1b-pt",
|
| 12 |
"ckiplab/gpt2-tiny-chinese",
|
| 13 |
"ckiplab/gpt2-base-chinese",
|
|
|
|
| 8 |
MODEL_LIST = [
|
| 9 |
"liswei/Taiwan-ELM-270M",
|
| 10 |
"Mxode/SmolLM-Chinese-180M",
|
| 11 |
+
"flyingfishinwater/chinese-baby-llama2",
|
| 12 |
"unsloth/gemma-3-1b-pt",
|
| 13 |
"ckiplab/gpt2-tiny-chinese",
|
| 14 |
"ckiplab/gpt2-base-chinese",
|