Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aj7tt authored May 2, 2021
1 parent 7320402 commit 5175e13
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,20 @@ this model can automatically turn this into "Let's play football⚽"


![emoji](Datasets/emoji.png)


# Datasets

Text data consiting of different sentences along with the labels. Labels represent a particular emoji representing the sentence.

test_emoji.csv - for testing our model
train_emoji.csv - for training our model

The shape of training datsets (315, 4)
The shape of testing datsets (56, 2)
Downloading Link-> [Datasets Link](https://www.kaggle.com/alvinrindra/emojify)
<br>
GloVe: Global Vectors for Word Representation
This Project contains English word vectors pre-trained on the combined Wikipedia 2014 + Gigaword 5th Edition corpora (6B tokens, 400K vocab). <br>
All tokens are in lowercase. This dataset contains 50-dimensional, pre trained word vectors. <br>
Downloading Link-> [glove.6B.50D.txt](https://www.kaggle.com/watts2/glove6b50dtxt)

0 comments on commit 5175e13

Please sign in to comment.