Fasttext model

This commit is contained in:
Adrian Klessa 2024-06-02 17:59:28 +02:00
parent fbab3407d0
commit e28a29dbc3
4 changed files with 627 additions and 1 deletions

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
/wiki-news-300d-1M-subword.vec
/valid.csv
/train.csv
/dataset.csv
/test.csv

621
fasttext ffn.ipynb Normal file

File diff suppressed because one or more lines are too long

BIN
fasttext_model.keras Normal file

Binary file not shown.

View File

@ -3,7 +3,7 @@
{
"cell_type": "markdown",
"source": [
"TFIDF --> Feedforward Neural Network"
"### TFIDF --> Feedforward Neural Network"
],
"metadata": {
"collapsed": false