damgomz commited on
Commit
a6d886d
1 Parent(s): cbe3bdc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -41,13 +41,13 @@ widget:
41
 
42
  ## Note
43
 
44
- 19 juin 2024
45
 
46
  ## My Config
47
 
48
  | Config | Value |
49
  |--------------------------|-----------------|
50
- | checkpoint | albert-base-v2 |
51
  | model_name | ft_8_14e6_base_x12 |
52
  | sequence_length | 400 |
53
  | num_epoch | 6 |
@@ -58,7 +58,7 @@ widget:
58
  | drop_out_prob | 0.1 |
59
  | packing_length | 100 |
60
  | train_test_split | 0.2 |
61
- | num_steps | 29328 |
62
 
63
  ## Training and Testing steps
64
 
@@ -70,6 +70,10 @@ widget:
70
 
71
  Epoch | Train Loss | Test Loss | F-beta Score
72
  ---|---|---|---
73
- | 0 | 0.000000 | 0.790384 | 0.000000 |
74
- | 1 | 0.340823 | 0.250407 | 0.918145 |
75
- | 2 | 0.214611 | 0.242459 | 0.922720 |
 
 
 
 
 
41
 
42
  ## Note
43
 
44
+ 20 Juin 2024
45
 
46
  ## My Config
47
 
48
  | Config | Value |
49
  |--------------------------|-----------------|
50
+ | checkpoint | recovering |
51
  | model_name | ft_8_14e6_base_x12 |
52
  | sequence_length | 400 |
53
  | num_epoch | 6 |
 
58
  | drop_out_prob | 0.1 |
59
  | packing_length | 100 |
60
  | train_test_split | 0.2 |
61
+ | num_steps | 1 |
62
 
63
  ## Training and Testing steps
64
 
 
70
 
71
  Epoch | Train Loss | Test Loss | F-beta Score
72
  ---|---|---|---
73
+ | 0 | 0.000000 | 0.722228 | 0.493265 |
74
+ | 1 | 0.328708 | 0.249943 | 0.929806 |
75
+ | 2 | 0.218188 | 0.229234 | 0.905373 |
76
+ | 3 | 0.178946 | 0.220918 | 0.923382 |
77
+ | 4 | 0.139944 | 0.245058 | 0.916765 |
78
+ | 5 | 0.108037 | 0.285771 | 0.909685 |
79
+ | 6 | 0.078401 | 0.321646 | 0.903681 |