Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: text-classification
|
|
13 |
# π§ BERT Classifier for Black Article Detection
|
14 |
|
15 |
## π Model Overview
|
16 |
-
This repository hosts a fine-tuned BERT model (`bert-base-uncased`) for classifying
|
17 |
|
18 |
## π Description
|
19 |
- **Model:** Fine-tuned `bert-base-uncased`
|
|
|
13 |
# π§ BERT Classifier for Black Article Detection
|
14 |
|
15 |
## π Model Overview
|
16 |
+
This repository hosts a fine-tuned BERT model (`bert-base-uncased`) for classifying sentences as being about Black entities. It is common in social sciences to want to analyse semantic and topic variation by race. While some terms do not require complementary language to disseminate meaning, e.g. "Negro", mentions of the word "Black" referencing Black people may be confused with many other meanings. This model identifies if a sentence contains a "Black" entity (i.e. person, group or organisation). The training dataset is also provided for reproducibility.
|
17 |
|
18 |
## π Description
|
19 |
- **Model:** Fine-tuned `bert-base-uncased`
|