matthewleechen commited on
Commit
05d1fa0
·
verified ·
1 Parent(s): 49a8182

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,9 +3,9 @@ library_name: transformers
3
  tags: []
4
  ---
5
 
6
- # Labor Saving Stated Aim Classifier
7
 
8
- This is a roberta-base model that is trained to classify whether an explicit set of stated aims extracted from a British [historical patent](https://huggingface.co/datasets/matthewleechen/300YearsOfBritishPatents) includes a labor-saving objective.
9
 
10
  Labels were generated manually and checked with Gemini 2.0 Flash using the attached [prompt](https://huggingface.co/matthewleechen/capital-saving_stated_aim_classifier/blob/main/capital-saving_prompt.txt).
11
 
 
3
  tags: []
4
  ---
5
 
6
+ # Capital Saving Stated Aim Classifier
7
 
8
+ This is a roberta-base model that is trained to classify whether an explicit set of stated aims extracted from a British [historical patent](https://huggingface.co/datasets/matthewleechen/300YearsOfBritishPatents) includes a capital-saving objective.
9
 
10
  Labels were generated manually and checked with Gemini 2.0 Flash using the attached [prompt](https://huggingface.co/matthewleechen/capital-saving_stated_aim_classifier/blob/main/capital-saving_prompt.txt).
11