JonnyTaylor commited on
Commit
edc3f34
1 Parent(s): df9ce16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -6,13 +6,15 @@ model-index:
6
  results: []
7
  ---
8
 
9
- <!-- This model card has been generated automatically according to the information Keras had access to. You should
10
- probably proofread and complete it, then remove this comment. -->
11
 
12
  # bert-veg
13
 
14
- This model was trained from scratch on an unknown dataset.
 
 
 
15
  It achieves the following results on the evaluation set:
 
16
 
17
 
18
  ## Model description
@@ -32,7 +34,7 @@ More information needed
32
  ### Training hyperparameters
33
 
34
  The following hyperparameters were used during training:
35
- - optimizer: None
36
  - training_precision: float32
37
 
38
  ### Training results
 
6
  results: []
7
  ---
8
 
 
 
9
 
10
  # bert-veg
11
 
12
+ This model was trained from bert-base-uncased on a custom dataset
13
+ of labelled answers to the question "Are you vegetarian or vegan?"
14
+ The 4 valid answers are "vegetarain", "vegan", "false", and "unknown".
15
+
16
  It achieves the following results on the evaluation set:
17
+ ~99% accuracy after 5 epochs.
18
 
19
 
20
  ## Model description
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - optimizer: Adam
38
  - training_precision: float32
39
 
40
  ### Training results