Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,6 @@ demo = gr.Interface(
|
|
| 144 |
**模型信息**:
|
| 145 |
- 基础模型:Llama-3.2-1B-Instruct
|
| 146 |
- 微调任务:数学推理和问题求解
|
| 147 |
-
- 模型作者:zhman
|
| 148 |
""",
|
| 149 |
examples=[
|
| 150 |
["Find the positive integer $n$ such that $10^n$ cubic centimeters is the same as 1 cubic kilometer.", 256, 0.7, 0.9],
|
|
|
|
| 144 |
**模型信息**:
|
| 145 |
- 基础模型:Llama-3.2-1B-Instruct
|
| 146 |
- 微调任务:数学推理和问题求解
|
|
|
|
| 147 |
""",
|
| 148 |
examples=[
|
| 149 |
["Find the positive integer $n$ such that $10^n$ cubic centimeters is the same as 1 cubic kilometer.", 256, 0.7, 0.9],
|