Martin Polacek commited on
Commit
4bc5bcb
·
1 Parent(s): 426f5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ model = CapitalizationModel()
16
  # Inicializace
17
 
18
  st.write("""
19
- # Capitalization Model
20
  This application uses a transformer model 'Electra-small' with subsequent fine-tuning and a contextual window of 256 tokens.
21
  """)
22
 
 
16
  # Inicializace
17
 
18
  st.write("""
19
+ # Czech Capitalization Model (CCM)
20
  This application uses a transformer model 'Electra-small' with subsequent fine-tuning and a contextual window of 256 tokens.
21
  """)
22