mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Create README.md for uploaded classifier (#6272)
I am adding a descriptive README.md file to my recently uploaded twitter classification model: shrugging-grace/tweetclassifier.
This commit is contained in:
parent
a23a535c10
commit
a8bdba232f
26
model_cards/jme-p/shrugging-grace-tweet-classifier/README.md
Normal file
26
model_cards/jme-p/shrugging-grace-tweet-classifier/README.md
Normal file
@ -0,0 +1,26 @@
|
||||
# shrugging-grace/tweetclassifier
|
||||
|
||||
## Model description
|
||||
This model classifies tweets as either relating to the Covid-19 pandemic or not.
|
||||
|
||||
## Intended uses & limitations
|
||||
It is intended to be used on tweets commenting on UK politics, in particular those trending with the #PMQs hashtag, as this refers to weekly Prime Ministers' Questions.
|
||||
|
||||
#### How to use
|
||||
``LABEL_0`` means that the tweet relates to Covid-19
|
||||
|
||||
``LABEL_1`` means that the tweet does not relate to Covid-19
|
||||
|
||||
## Training data
|
||||
The model was trained on 1000 tweets (with the "#PMQs'), which were manually labeled by the author. The tweets were collected between May-July 2020.
|
||||
|
||||
### BibTeX entry and citation info
|
||||
|
||||
This was based on a pretrained version of BERT.
|
||||
|
||||
@article{devlin2018bert,
|
||||
title={Bert: Pre-training of deep bidirectional transformers for language understanding},
|
||||
author={Devlin, Jacob and Chang, Ming-Wei and Lee, Kenton and Toutanova, Kristina},
|
||||
journal={arXiv preprint arXiv:1810.04805},
|
||||
year={2018}
|
||||
}
|
Loading…
Reference in New Issue
Block a user