Pretrained BERT model for analysing COVID-19 Twitter data
Stars
184
Forks
28
Watchers
184
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
265
commits
126
commits
3
commits
1
commits
1
commits
Merge branch 'master' of https://github.com/digitalepidemiologylab/covid-twitter-bert
c87912bView on GitHubSpecifying the tensorflow-addons version in order to fix incompatibilities with TensorFlow 2.2 (Python Op Compatibility Matrix: https://github.com/tensorflow/addons)
9bed734View on GitHubAdd a component to the pipeline called 'nlp' ('nlp = spacy.lang.en.English()'). Note: as of spaCy v3.0, the 'Language.add_pipe' method doesn't take callables anymore and instead expects the name of a component factory registered using '@Language.component' or '@Language.factory'. It now takes care of creating the component, adds it to the pipeline and returns it.
03c840eView on GitHubMerge branch 'master' of github.com:digitalepidemiologylab/covid-twitter-bert
4f89b85View on GitHub