xaviergillard commited on
Commit
ea4cff4
·
verified ·
1 Parent(s): 127d57c

Upload model with metrics

Browse files
Files changed (3) hide show
  1. README.md +19 -19
  2. metrics.json +1 -1
  3. model.safetensors +1 -1
README.md CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [xaviergillard/xlm-roberta-large-vieille-france](https://huggingface.co/xaviergillard/xlm-roberta-large-vieille-france) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0724
24
- - Precision: 0.7526
25
- - Recall: 0.8044
26
- - F1: 0.7776
27
 
28
  ## Model description
29
 
@@ -54,21 +54,21 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
57
- | No log | 1.0 | 54 | 0.0555 | 0.6035 | 0.6928 | 0.6451 |
58
- | No log | 2.0 | 108 | 0.0457 | 0.7216 | 0.7963 | 0.7571 |
59
- | No log | 3.0 | 162 | 0.0480 | 0.7147 | 0.8060 | 0.7576 |
60
- | No log | 4.0 | 216 | 0.0462 | 0.7173 | 0.8100 | 0.7608 |
61
- | No log | 5.0 | 270 | 0.0494 | 0.7536 | 0.8036 | 0.7778 |
62
- | No log | 6.0 | 324 | 0.0580 | 0.7619 | 0.8044 | 0.7825 |
63
- | No log | 7.0 | 378 | 0.0538 | 0.7487 | 0.7971 | 0.7721 |
64
- | No log | 8.0 | 432 | 0.0597 | 0.7520 | 0.8165 | 0.7829 |
65
- | No log | 9.0 | 486 | 0.0638 | 0.7345 | 0.8052 | 0.7682 |
66
- | 0.0888 | 10.0 | 540 | 0.0658 | 0.7579 | 0.8173 | 0.7865 |
67
- | 0.0888 | 11.0 | 594 | 0.0636 | 0.7506 | 0.8100 | 0.7792 |
68
- | 0.0888 | 12.0 | 648 | 0.0685 | 0.7496 | 0.8011 | 0.7745 |
69
- | 0.0888 | 13.0 | 702 | 0.0695 | 0.7507 | 0.8133 | 0.7808 |
70
- | 0.0888 | 14.0 | 756 | 0.0715 | 0.7511 | 0.8076 | 0.7783 |
71
- | 0.0888 | 15.0 | 810 | 0.0724 | 0.7526 | 0.8044 | 0.7776 |
72
 
73
 
74
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [xaviergillard/xlm-roberta-large-vieille-france](https://huggingface.co/xaviergillard/xlm-roberta-large-vieille-france) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0960
24
+ - Precision: 0.7626
25
+ - Recall: 0.8061
26
+ - F1: 0.7838
27
 
28
  ## Model description
29
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
57
+ | No log | 1.0 | 54 | 0.0609 | 0.7207 | 0.7966 | 0.7568 |
58
+ | No log | 2.0 | 108 | 0.0541 | 0.7140 | 0.8054 | 0.7570 |
59
+ | No log | 3.0 | 162 | 0.0585 | 0.7595 | 0.8083 | 0.7831 |
60
+ | No log | 4.0 | 216 | 0.0592 | 0.7384 | 0.8361 | 0.7842 |
61
+ | No log | 5.0 | 270 | 0.0684 | 0.7379 | 0.7827 | 0.7597 |
62
+ | No log | 6.0 | 324 | 0.0649 | 0.7568 | 0.8193 | 0.7868 |
63
+ | No log | 7.0 | 378 | 0.0668 | 0.7585 | 0.8113 | 0.7840 |
64
+ | No log | 8.0 | 432 | 0.0825 | 0.7094 | 0.8142 | 0.7582 |
65
+ | No log | 9.0 | 486 | 0.0767 | 0.7653 | 0.8252 | 0.7941 |
66
+ | 0.0406 | 10.0 | 540 | 0.0841 | 0.7621 | 0.8040 | 0.7825 |
67
+ | 0.0406 | 11.0 | 594 | 0.0850 | 0.7678 | 0.8032 | 0.7851 |
68
+ | 0.0406 | 12.0 | 648 | 0.0880 | 0.7579 | 0.7944 | 0.7757 |
69
+ | 0.0406 | 13.0 | 702 | 0.0914 | 0.7619 | 0.8054 | 0.7831 |
70
+ | 0.0406 | 14.0 | 756 | 0.0950 | 0.7613 | 0.8003 | 0.7803 |
71
+ | 0.0406 | 15.0 | 810 | 0.0960 | 0.7626 | 0.8061 | 0.7838 |
72
 
73
 
74
  ### Framework versions
metrics.json CHANGED
@@ -1 +1 @@
1
- {"valid_loss": 0.10647770017385483, "valid_precision": 0.7132777421423989, "valid_recall": 0.7679558011049724, "valid_f1": 0.7396075823079481, "valid_runtime": 4.2994, "valid_samples_per_second": 44.657, "valid_steps_per_second": 1.396, "epoch": 15.0}
 
1
+ {"valid_loss": 0.06808968633413315, "valid_precision": 0.8085106382978723, "valid_recall": 0.8283378746594006, "valid_f1": 0.8183041722745626, "valid_runtime": 4.3019, "valid_samples_per_second": 45.329, "valid_steps_per_second": 1.627, "epoch": 15.0}
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f7d53a8fde1357bda0b6fdf8fed360ef7bcf1d2fc11b018f9102369add7972b
3
  size 2235444656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:985963319eb237c89caf977f01e1055e0dd5064757e240dd1e311fdb40480491
3
  size 2235444656