Evelyn18 commited on
Commit
8d1e390
1 Parent(s): 36075b2

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [mrm8488/legalectra-small-spanish](https://huggingface.co/mrm8488/legalectra-small-spanish) on the becasv2 dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 5.6803
19
 
20
  ## Model description
21
 
@@ -40,20 +40,22 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 8
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | No log | 1.0 | 8 | 5.8973 |
50
- | No log | 2.0 | 16 | 5.8415 |
51
- | No log | 3.0 | 24 | 5.7953 |
52
- | No log | 4.0 | 32 | 5.7559 |
53
- | No log | 5.0 | 40 | 5.7244 |
54
- | No log | 6.0 | 48 | 5.7005 |
55
- | No log | 7.0 | 56 | 5.6857 |
56
- | No log | 8.0 | 64 | 5.6803 |
 
 
57
 
58
 
59
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [mrm8488/legalectra-small-spanish](https://huggingface.co/mrm8488/legalectra-small-spanish) on the becasv2 dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 5.5694
19
 
20
  ## Model description
21
 
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | No log | 1.0 | 8 | 5.8980 |
50
+ | No log | 2.0 | 16 | 5.8136 |
51
+ | No log | 3.0 | 24 | 5.7452 |
52
+ | No log | 4.0 | 32 | 5.6940 |
53
+ | No log | 5.0 | 40 | 5.6554 |
54
+ | No log | 6.0 | 48 | 5.6241 |
55
+ | No log | 7.0 | 56 | 5.5997 |
56
+ | No log | 8.0 | 64 | 5.5830 |
57
+ | No log | 9.0 | 72 | 5.5730 |
58
+ | No log | 10.0 | 80 | 5.5694 |
59
 
60
 
61
  ### Framework versions