Commit
·
4188199
1
Parent(s):
b8bbe7e
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ license: afl-3.0
|
|
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
|
8 |
|
9 |
# Define a list of trending topics
|
10 |
```python
|
|
|
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 trending topics according to your tweet context.
|
8 |
|
9 |
# Define a list of trending topics
|
10 |
```python
|