Skip to content

Commit f98187d

Browse files
committed
Commit trained spaCy model with 10,000 texts
1 parent a497da4 commit f98187d

8 files changed

Lines changed: 180192 additions & 55426 deletions

File tree

0 Bytes
Binary file not shown.
48.1 KB
Binary file not shown.

sentiment-analysis-app/model/vocab/strings.json

Lines changed: 90095 additions & 27712 deletions
Large diffs are not rendered by default.

sentiment-analysis-app/train.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ textcat.add_label('POSITIVE')
8787
### Load text data
8888

8989
```{python}
90-
n_texts=1000
90+
n_texts=10000
9191
# load the IMDB dataset
9292
print("Loading IMDB data...")
9393
(train_texts, train_cats), (dev_texts, dev_cats) = load_data(limit=n_texts)
0 Bytes
Binary file not shown.
48.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)