Update README.md
Browse files
README.md
CHANGED
@@ -10,12 +10,15 @@ metrics:
|
|
10 |
model-index:
|
11 |
- name: bert-finetuned-ner
|
12 |
results: []
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# bert-finetuned-
|
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:
|
@@ -64,4 +67,4 @@ The following hyperparameters were used during training:
|
|
64 |
- Transformers 4.29.2
|
65 |
- Pytorch 1.13.1+cpu
|
66 |
- Datasets 2.12.0
|
67 |
-
- Tokenizers 0.13.3
|
|
|
10 |
model-index:
|
11 |
- name: bert-finetuned-ner
|
12 |
results: []
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
pipeline_tag: token-classification
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
+
# bert-finetuned-AAVE-PoS
|
22 |
|
23 |
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).
|
24 |
It achieves the following results on the evaluation set:
|
|
|
67 |
- Transformers 4.29.2
|
68 |
- Pytorch 1.13.1+cpu
|
69 |
- Datasets 2.12.0
|
70 |
+
- Tokenizers 0.13.3
|