Ebimsv commited on
Commit
5258909
β€’
1 Parent(s): 9157e0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="models/tinyllama-1.1b-1t-openorca.Q4_K_M.gguf"
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-Chat-v0.6) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **Chat History Log File**: *TinyLlama.1B.txt*
42
 
43
- - **Base Model**: TinyLlama/TinyLlama-1.1B-Chat-v0.6, 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
  """)
 
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) &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; **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
  """)