mikemcrae25 commited on
Commit
14e4ebb
Β·
verified Β·
1 Parent(s): 7301216

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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`
 
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 analyse semantic and topic variation by race. Some racial labels do not require complementary language to disseminate meaning, e.g. "Negro". However, 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`