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 5175e13 commit dc661fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ this model can automatically turn this into "Let's play football⚽"

# 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
Datasets consiting of different sentences along with the labels. Labels represent a particular emoji representing the sentence.😞⚽😇 🍜❤️
<br>
test_emoji.csv - for testing our model <br>
train_emoji.csv - for training our model <br>

The shape of training datsets (315, 4)
The shape of testing datsets (56, 2)
The shape of training datsets (315, 4) <br>
The shape of testing datsets (56, 2) <br>
Downloading Link-> [Datasets Link](https://www.kaggle.com/alvinrindra/emojify)
<br>
GloVe: Global Vectors for Word Representation
<strong> GloVe: Global Vectors for Word Representation </strong><br>
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 dc661fd

Please sign in to comment.