NimaKL commited on
Commit
521c423
β€’
1 Parent(s): 0309eb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -9,8 +9,9 @@ with col2:
9
  aButton = st.button('Analyze')
10
  with col1:
11
  st.title("Spamd: Turkish Spam Detector")
12
- st.markdown("Message spam detection tool for Turkish language. Due the small size of the dataset, I decided to go with transformers technology Google BERT. Using the Turkish pre-trained model BERTurk, I imporved the accuracy of the tool by 18 percent compared to the previous model which used fastText.")
13
-
 
14
 
15
  import torch
16
  import numpy as np
 
9
  aButton = st.button('Analyze')
10
  with col1:
11
  st.title("Spamd: Turkish Spam Detector")
12
+ st.markdown("Message spam detection tool for Turkish language. Due the small size of the dataset, I decided to go with transformers technology Google BERT. Using the Turkish pre-trained model BERTurk, I imporved the accuracy of the tool by 18 percent compared to the previous model which used fastText.")
13
+ st.markdown("Original file is located at")
14
+ st.markdown("https://colab.research.google.com/drive/1QuorqAuLsmomesZHsaQHEZgzbPEM8YTH")
15
 
16
  import torch
17
  import numpy as np