Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Nov 28, 2019
1 parent 88dee6f commit b8a12ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This repo contains example projects for various NLP tasks, including scripts, be
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------: |
| [`ner-fashion-brands`](ner-fashion-brands) | Use [`sense2vec`](https://github.com/explosion/sense2vec) to boostrap an NER model to detect fashion brands in Reddit comments. Includes **1735 annotated examples**, a data visualizer, training and evaluation scripts for spaCy and pretrained tok2vec weights. | 82.1 (F) |
| [`ner-drugs`](ner-drugs) | Use word vectors to boostrap an NER model to detect drug names in Reddit comments. Includes **1977 annotated examples**, a data visualizer, training and evaluation scripts for spaCy and pretrained tok2vec weights. | 80.6 (F) |
| [`textcat-docs-issues`](textcat-docs-issues) | Train a binary text classifier with exclusive classes to predict whether a GitHub issue title is about documentation. Includes **1161 annotated examples** and training and evaluation scripts for spaCy. | 91.9 (F) |
| [`textcat-docs-issues`](textcat-docs-issues) | Train a binary text classifier with exclusive classes to predict whether a GitHub issue title is about documentation. Includes **1161 annotated examples**, a live demo and downloadable model and training and evaluation scripts for spaCy. | 91.9 (F) |

0 comments on commit b8a12ba

Please sign in to comment.