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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -5,7 +5,9 @@ tags: []
5
 
6
  # Labor Saving Stated Aim Classifier
7
 
8
- This is a roberta-base model that is trained to classify whether an explicit stated aim described in a British [historical patent](https://huggingface.co/datasets/matthewleechen/300YearsOfBritishPatents) is designed to save labor.
 
 
9
 
10
  Hyperparameters:
11
  lr = 3e-5
 
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
 
12
  Hyperparameters:
13
  lr = 3e-5