Update readme w/ intents and limitations etc
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
# bert-finetuned-ner
|
19 |
|
20 |
-
This model is a
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2582
|
23 |
- Precision: 0.8632
|
@@ -31,7 +31,7 @@ More information needed
|
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
-
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|
|
|
17 |
|
18 |
# bert-finetuned-ner
|
19 |
|
20 |
+
This model is a version of [bert-base-cased](https://huggingface.co/bert-base-cased) fine-tuned on a [dataset](https://bitbucket.org/soegaard/aave-pos16/src/master/data) of African American Vernacular English (AAVE) which was published alongside [Jørgensen et al. 2016](https://aclanthology.org/N16-1130.pdf).
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.2582
|
23 |
- Precision: 0.8632
|
|
|
31 |
|
32 |
## Intended uses & limitations
|
33 |
|
34 |
+
This model is intended to help close the gap in part-of-speech tagging performance between Standard American English (SAE) and African American English (AAVE) which differ liguistically in many [well-documented](http://www.johnrickford.com/portals/45/documents/papers/Rickford-1999e-Phonological-and-Grammatical-Features-of-AAVE.pdf) ways. It was fine-tuned on data gathered from Twitter, and does thus has ingrained what linguists refer to as 'register bias'.
|
35 |
|
36 |
## Training and evaluation data
|
37 |
|