Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from ctransformers import AutoModelForCausalLM, AutoConfig, Config #import for G
|
|
3 |
import datetime
|
4 |
|
5 |
# modelfile="TinyLlama/TinyLlama-1.1B-Chat-v0.6"
|
6 |
-
modelfile="
|
7 |
|
8 |
i_temperature = 0.30
|
9 |
i_max_new_tokens=1100
|
@@ -38,9 +38,9 @@ with gr.Blocks(theme='ParityError/Interstellar') as demo:
|
|
38 |
gr.HTML("<center>"
|
39 |
+ "<h1>π¦ TinyLlama 1.1B π 4K context window</h2></center>")
|
40 |
gr.Markdown("""
|
41 |
-
**Currently Running**: [TinyLlama/TinyLlama-1.1B-Chat-v0.6](https://huggingface.co/TinyLlama/TinyLlama-1.1B-
|
42 |
|
43 |
-
- **Base Model**: TinyLlama/TinyLlama-1.1B-
|
44 |
- **License**: Apache 2.0, following the TinyLlama base model.
|
45 |
The model output is not censored and the authors do not endorse the opinions in the generated content. Use at your own risk.
|
46 |
""")
|
|
|
3 |
import datetime
|
4 |
|
5 |
# modelfile="TinyLlama/TinyLlama-1.1B-Chat-v0.6"
|
6 |
+
modelfile="TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T"
|
7 |
|
8 |
i_temperature = 0.30
|
9 |
i_max_new_tokens=1100
|
|
|
38 |
gr.HTML("<center>"
|
39 |
+ "<h1>π¦ TinyLlama 1.1B π 4K context window</h2></center>")
|
40 |
gr.Markdown("""
|
41 |
+
**Currently Running**: [TinyLlama/TinyLlama-1.1B-Chat-v0.6](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) **Chat History Log File**: *TinyLlama.1B.txt*
|
42 |
|
43 |
+
- **Base Model**: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T, Fine tuned on OpenOrca GPT4 subset for 1 epoch, Using CHATML format.
|
44 |
- **License**: Apache 2.0, following the TinyLlama base model.
|
45 |
The model output is not censored and the authors do not endorse the opinions in the generated content. Use at your own risk.
|
46 |
""")
|