RKessler commited on
Commit
394661e
1 Parent(s): 32d5977

End of training

Browse files
Files changed (2) hide show
  1. README.md +35 -23
  2. pytorch_model.bin +1 -1
README.md CHANGED
@@ -5,6 +5,9 @@ tags:
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
 
 
8
  model-index:
9
  - name: VogagenRelation
10
  results: []
@@ -17,8 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4009
21
- - Accuracy: 0.8885
 
 
 
22
 
23
  ## Model description
24
 
@@ -47,27 +53,33 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 0.21 | 100 | 0.6667 | 0.6006 |
53
- | No log | 0.42 | 200 | 0.6039 | 0.7137 |
54
- | No log | 0.62 | 300 | 0.6321 | 0.6677 |
55
- | No log | 0.83 | 400 | 0.5410 | 0.7715 |
56
- | 0.6555 | 1.04 | 500 | 0.5710 | 0.7317 |
57
- | 0.6555 | 1.25 | 600 | 0.5570 | 0.7621 |
58
- | 0.6555 | 1.46 | 700 | 0.5420 | 0.7769 |
59
- | 0.6555 | 1.66 | 800 | 0.5119 | 0.8011 |
60
- | 0.6555 | 1.87 | 900 | 0.3608 | 0.8674 |
61
- | 0.4846 | 2.08 | 1000 | 0.4312 | 0.8565 |
62
- | 0.4846 | 2.29 | 1100 | 0.5109 | 0.8409 |
63
- | 0.4846 | 2.49 | 1200 | 0.3783 | 0.8768 |
64
- | 0.4846 | 2.7 | 1300 | 0.5244 | 0.8354 |
65
- | 0.4846 | 2.91 | 1400 | 0.3986 | 0.8713 |
66
- | 0.3439 | 3.12 | 1500 | 0.4613 | 0.8736 |
67
- | 0.3439 | 3.33 | 1600 | 0.3658 | 0.8846 |
68
- | 0.3439 | 3.53 | 1700 | 0.3890 | 0.8830 |
69
- | 0.3439 | 3.74 | 1800 | 0.4028 | 0.8877 |
70
- | 0.3439 | 3.95 | 1900 | 0.4009 | 0.8885 |
 
 
 
 
 
 
71
 
72
 
73
  ### Framework versions
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
8
+ - precision
9
+ - recall
10
+ - f1
11
  model-index:
12
  - name: VogagenRelation
13
  results: []
 
20
 
21
  This model is a fine-tuned version of [camembert-base](https://huggingface.co/camembert-base) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.4869
24
+ - Accuracy: 0.9016
25
+ - Precision: 0.8671
26
+ - Recall: 0.9484
27
+ - F1: 0.9060
28
 
29
  ## Model description
30
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
58
+ | No log | 0.21 | 100 | 0.6272 | 0.6729 | 0.6415 | 0.7828 | 0.7051 |
59
+ | No log | 0.42 | 200 | 0.4933 | 0.7799 | 0.7406 | 0.8609 | 0.7962 |
60
+ | No log | 0.62 | 300 | 0.4114 | 0.8431 | 0.8087 | 0.8984 | 0.8512 |
61
+ | No log | 0.83 | 400 | 0.4483 | 0.8384 | 0.8054 | 0.8922 | 0.8466 |
62
+ | 0.5445 | 1.04 | 500 | 0.4149 | 0.8525 | 0.7971 | 0.9453 | 0.8649 |
63
+ | 0.5445 | 1.25 | 600 | 0.4221 | 0.8532 | 0.8038 | 0.9344 | 0.8642 |
64
+ | 0.5445 | 1.46 | 700 | 0.4022 | 0.8712 | 0.8728 | 0.8688 | 0.8708 |
65
+ | 0.5445 | 1.66 | 800 | 0.4083 | 0.8509 | 0.8013 | 0.9328 | 0.8621 |
66
+ | 0.5445 | 1.87 | 900 | 0.4272 | 0.8704 | 0.8455 | 0.9062 | 0.8748 |
67
+ | 0.3857 | 2.08 | 1000 | 0.3800 | 0.8759 | 0.8501 | 0.9125 | 0.8802 |
68
+ | 0.3857 | 2.29 | 1100 | 0.4684 | 0.8673 | 0.8357 | 0.9141 | 0.8731 |
69
+ | 0.3857 | 2.49 | 1200 | 0.4754 | 0.8634 | 0.8207 | 0.9297 | 0.8718 |
70
+ | 0.3857 | 2.7 | 1300 | 0.4392 | 0.8681 | 0.8294 | 0.9266 | 0.8753 |
71
+ | 0.3857 | 2.91 | 1400 | 0.5272 | 0.8470 | 0.7803 | 0.9656 | 0.8631 |
72
+ | 0.2687 | 3.12 | 1500 | 0.3529 | 0.9016 | 0.8693 | 0.9453 | 0.9057 |
73
+ | 0.2687 | 3.33 | 1600 | 0.3857 | 0.8899 | 0.8499 | 0.9469 | 0.8958 |
74
+ | 0.2687 | 3.53 | 1700 | 0.3852 | 0.9016 | 0.8836 | 0.925 | 0.9038 |
75
+ | 0.2687 | 3.74 | 1800 | 0.4860 | 0.8829 | 0.8365 | 0.9516 | 0.8904 |
76
+ | 0.2687 | 3.95 | 1900 | 0.4014 | 0.9001 | 0.8657 | 0.9469 | 0.9045 |
77
+ | 0.1785 | 4.16 | 2000 | 0.4295 | 0.8993 | 0.8655 | 0.9453 | 0.9037 |
78
+ | 0.1785 | 4.37 | 2100 | 0.4592 | 0.8977 | 0.8550 | 0.9578 | 0.9035 |
79
+ | 0.1785 | 4.57 | 2200 | 0.4392 | 0.9055 | 0.8844 | 0.9328 | 0.9080 |
80
+ | 0.1785 | 4.78 | 2300 | 0.4659 | 0.9024 | 0.8759 | 0.9375 | 0.9057 |
81
+ | 0.1785 | 4.99 | 2400 | 0.4059 | 0.9110 | 0.9021 | 0.9219 | 0.9119 |
82
+ | 0.1098 | 5.2 | 2500 | 0.4869 | 0.9016 | 0.8671 | 0.9484 | 0.9060 |
83
 
84
 
85
  ### Framework versions
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:895d7d35a24ac5ce47a4ad56e338adb600b7902ccee1f320cf06fef0af156c9c
3
  size 442563374
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30a2fe0069fc12e9d17d7d2132d127f63fba07912ab49c524d68156c7c8a7950
3
  size 442563374