File size: 391 Bytes
6ca2b72
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    """
    )