kanak8278 commited on
Commit
cfb6221
1 Parent(s): 506b217

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
@@ -16,13 +17,13 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # electra-base-ner-food-recipe-v2
18
 
19
- This model was trained from scratch on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.1709
22
- - Precision: 0.8007
23
- - Recall: 0.8867
24
- - F1: 0.8415
25
- - Accuracy: 0.9669
26
 
27
  ## Model description
28
 
@@ -41,7 +42,7 @@ More information needed
41
  ### Training hyperparameters
42
 
43
  The following hyperparameters were used during training:
44
- - learning_rate: 5e-06
45
  - train_batch_size: 8
46
  - eval_batch_size: 8
47
  - seed: 42
@@ -53,15 +54,15 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | No log | 0.5 | 400 | 0.1420 | 0.7862 | 0.8871 | 0.8336 | 0.9655 |
57
- | 0.101 | 1.01 | 800 | 0.1580 | 0.8317 | 0.8817 | 0.8559 | 0.9716 |
58
- | 0.0966 | 1.51 | 1200 | 0.1467 | 0.8105 | 0.8917 | 0.8492 | 0.9693 |
59
- | 0.0849 | 2.01 | 1600 | 0.1408 | 0.7966 | 0.8771 | 0.8349 | 0.9669 |
60
- | 0.085 | 2.51 | 2000 | 0.1487 | 0.7941 | 0.8880 | 0.8384 | 0.9662 |
61
- | 0.085 | 3.02 | 2400 | 0.1477 | 0.7773 | 0.8867 | 0.8284 | 0.9635 |
62
- | 0.0766 | 3.52 | 2800 | 0.1852 | 0.8298 | 0.8807 | 0.8545 | 0.9710 |
63
- | 0.0725 | 4.02 | 3200 | 0.1674 | 0.8073 | 0.8830 | 0.8435 | 0.9679 |
64
- | 0.069 | 4.52 | 3600 | 0.1709 | 0.8007 | 0.8867 | 0.8415 | 0.9669 |
65
 
66
 
67
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
17
 
18
  # electra-base-ner-food-recipe-v2
19
 
20
+ This model is a fine-tuned version of [google/electra-base-discriminator](https://huggingface.co/google/electra-base-discriminator) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.1500
23
+ - Precision: 0.7191
24
+ - Recall: 0.8739
25
+ - F1: 0.7890
26
+ - Accuracy: 0.9568
27
 
28
  ## Model description
29
 
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 5e-07
46
  - train_batch_size: 8
47
  - eval_batch_size: 8
48
  - seed: 42
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 0.5 | 400 | 0.4360 | 0.4354 | 0.7533 | 0.5519 | 0.8775 |
58
+ | 0.5627 | 1.01 | 800 | 0.2274 | 0.6971 | 0.8525 | 0.7670 | 0.9508 |
59
+ | 0.2799 | 1.51 | 1200 | 0.1791 | 0.6728 | 0.8762 | 0.7612 | 0.9492 |
60
+ | 0.1983 | 2.01 | 1600 | 0.1652 | 0.6958 | 0.8757 | 0.7755 | 0.9535 |
61
+ | 0.1821 | 2.51 | 2000 | 0.1610 | 0.7171 | 0.8766 | 0.7889 | 0.9568 |
62
+ | 0.1821 | 3.02 | 2400 | 0.1550 | 0.7001 | 0.8757 | 0.7782 | 0.9539 |
63
+ | 0.1726 | 3.52 | 2800 | 0.1537 | 0.7211 | 0.8744 | 0.7904 | 0.9573 |
64
+ | 0.1674 | 4.02 | 3200 | 0.1510 | 0.7170 | 0.8739 | 0.7877 | 0.9565 |
65
+ | 0.1682 | 4.52 | 3600 | 0.1501 | 0.7147 | 0.8744 | 0.7865 | 0.9564 |
66
 
67
 
68
  ### Framework versions