Skip to content

Commit 30d97bc

Browse files
authored
Create README.md
1 parent 2796602 commit 30d97bc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# BERT-Tweet-Sentiment-Kaggle
2+
Problem: https://www.kaggle.com/c/tweet-sentiment-extraction
3+
4+
Evaluation: Jaccard score
5+
6+
Framework: Pytorch
7+
# How to train
8+
```
9+
python3 BertRun.py
10+
python3 AlbertRun.py
11+
python3 RobertaRun.py
12+
```
13+
Full information in my report!

0 commit comments

Comments
 (0)