Skip to content

Commit

Permalink
update before cll
Browse files Browse the repository at this point in the history
  • Loading branch information
izzymetzger committed Mar 25, 2020
1 parent 943481a commit ac074a5
Show file tree
Hide file tree
Showing 28 changed files with 30,917 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,14 @@ We created word embeddings using health social media posts from twitter and othe

## Model Training
* baseline fastText supervised classifier
* model-bin
* [Notebook](https://github.com/izzykayu/RxSpace/blob/master/notebooks/fasttext-supervised-model.ipynb)
* allennlp + PyTorch frameworks
* model1
* [configuration](https://github.com/izzykayu/RxSpace/blob/master/nlp_configs/text_classification.json)
* To run the model training with this configuration:
* spacy model

```bash
allennlp train nlp_configs/text_classification.json --serialization-dir saved-models/<your-model-dir> --include-package rx_twitterspace
```
Expand Down Expand Up @@ -305,7 +308,7 @@ We created word embeddings using health social media posts from twitter and othe

## Evaluation
### Embeddings
* We evaluate embeddings according to
* Analogy & similarity


### Text classification
Expand Down Expand Up @@ -347,5 +350,5 @@ weighted avg 0.70 0.71 0.69 2635


## Tags
* data augmentation, weak supervision, noisy labeling, word embeddings, text classification, multi-label, multi-class, scalability
* data augmentation, weak supervision, noisy labeling, word embeddings, text classification, multi-label, multi-class, scalability, ensemble

Binary file added docs/Screen Shot 2020-03-25 at 5.37.33 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2020-03-25 at 6.05.24 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Screen Shot 2020-03-25 at 6.05.48 PM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ac074a5

Please sign in to comment.