yirmibesogluz commited on
Commit
7d6f3d4
1 Parent(s): ba2a3ae

Changed image size

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -14,7 +14,8 @@ Welcome to our Huggingface space, where you can explore the capabilities of TURN
14
  - **Powerful Architecture:** TURNA contains 1.1B parameters, and was pre-trained with an encoder-decoder architecture following the UL2 framework on 43B tokens from various domains.
15
  - **Diverse Training Data:** Our model is trained on a varied dataset of 43 billion tokens, covering a wide array of domains.
16
  - **Broad Applications:** TURNA is fine-tuned for a variety of generation and understanding tasks, including:
17
- - Summarization
 
18
  - Paraphrasing
19
  - News title generation
20
  - Sentiment classification
@@ -136,8 +137,8 @@ def turna(input, max_new_tokens, length_penalty,
136
 
137
 
138
  with gr.Blocks(theme="abidlabs/Lime") as demo:
139
- gr.Markdown("# TURNA 🐦")
140
- gr.Image("images/turna-logo.png", scale=1)
141
 
142
  gr.Markdown(DESCRIPTION)
143
 
 
14
  - **Powerful Architecture:** TURNA contains 1.1B parameters, and was pre-trained with an encoder-decoder architecture following the UL2 framework on 43B tokens from various domains.
15
  - **Diverse Training Data:** Our model is trained on a varied dataset of 43 billion tokens, covering a wide array of domains.
16
  - **Broad Applications:** TURNA is fine-tuned for a variety of generation and understanding tasks, including:
17
+
18
+ - Summarization
19
  - Paraphrasing
20
  - News title generation
21
  - Sentiment classification
 
137
 
138
 
139
  with gr.Blocks(theme="abidlabs/Lime") as demo:
140
+ gr.Markdown("# TURNA")
141
+ gr.Image("images/turna-logo.png", width=100)
142
 
143
  gr.Markdown(DESCRIPTION)
144