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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ 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-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.
 
38
  gr.HTML("<center>"
39
  + "<h1>πŸ¦™ TinyLlama 1.1B πŸ‹ 4K context window</h2></center>")
40
  gr.Markdown("""
41
+ **Currently Running**: [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](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.