TURNA / pages /home.py
yirmibesogluz's picture
Added initial application file
6ca2b72
raw
history blame
391 Bytes
import streamlit as st
import awesome_streamlit as ast
def write():
st.markdown(
"""
# ![turna-logo](images/turna-logo.png?display=inline-block) TURNA: A Turkish Encoder-Decoder Language Model for Enhanced Understanding and Generation
Check the **Navigation bar** to test our models:
- TURNA: a 1.1B parameter Turkish encoder-decoder language model
"""
)