Spaces:
Runtime error
Runtime error
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 | |
""" | |
) | |