matthewleechen commited on
Commit
019c7d2
·
verified ·
1 Parent(s): c263d64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -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 = 6e-5
@@ -23,4 +25,5 @@ Test set results:
23
  'eval_samples_per_second': 241.832,
24
  'eval_steps_per_second': 2.418}
25
  ```
 
26
 
 
5
 
6
  # Labor Saving Stated Aim Classifier
7
 
8
+ This is a roberta-base model that is trained to classify whether a set of explicit stated aims extracted from a British [historical patent](https://huggingface.co/datasets/matthewleechen/300YearsOfBritishPatents) includes a labor-saving objective.
9
+
10
+ Labels were manually generated and then checked with Gemini 2.0 Flash with the attached [prompt](https://huggingface.co/matthewleechen/labor-saving_stated_aim_classifier/blob/main/labor-saving_prompt.txt).
11
 
12
  Hyperparameters:
13
  lr = 6e-5
 
25
  'eval_samples_per_second': 241.832,
26
  'eval_steps_per_second': 2.418}
27
  ```
28
+
29