damgomz commited on
Commit
c192280
·
verified ·
1 Parent(s): 8f4d2f6

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_18e6_base_x2 |
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.719402 | 0.317539 |
74
- | 1 | 0.281903 | 0.293707 | 0.843608 |
75
- | 2 | 0.186172 | 0.246223 | 0.935754 |
 
 
 
 
 
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_18e6_base_x2 |
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.693748 | 0.699717 |
74
+ | 1 | 0.289745 | 0.255431 | 0.926960 |
75
+ | 2 | 0.193432 | 0.229350 | 0.917540 |
76
+ | 3 | 0.142015 | 0.278343 | 0.909406 |
77
+ | 4 | 0.098528 | 0.286248 | 0.912222 |
78
+ | 5 | 0.067965 | 0.286057 | 0.931119 |
79
+ | 6 | 0.047531 | 0.358317 | 0.923563 |