vivianhuang88 commited on
Commit
b8bbe7e
·
1 Parent(s): 69b917f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,7 +2,9 @@
2
  license: afl-3.0
3
  ---
4
 
5
- #
 
 
6
 
7
  # Define a list of trending topics
8
  ```python
 
2
  license: afl-3.0
3
  ---
4
 
5
+ # Overview
6
+
7
+ This model is based on [bert-base-uncased](https://huggingface.co/bert-base-uncased) model and trained on more than 30k tweets that scraped from Twitter. By inputing some sentences with a '[MASK]' indicating the location you would like to fill in with a hashtag, our model can generate potential related topics with your tweet context.
8
 
9
  # Define a list of trending topics
10
  ```python