LamaDiab commited on
Commit
fe594d0
·
verified ·
1 Parent(s): be40a35

Training in progress, epoch 5, checkpoint

Browse files
last-checkpoint/README.md CHANGED
@@ -50,7 +50,7 @@ model-index:
50
  type: unknown
51
  metrics:
52
  - type: cosine_accuracy
53
- value: 0.9330878257751465
54
  name: Cosine Accuracy
55
  ---
56
 
@@ -115,9 +115,9 @@ print(embeddings.shape)
115
  # Get the similarity scores for the embeddings
116
  similarities = model.similarity(embeddings, embeddings)
117
  print(similarities)
118
- # tensor([[1.0000, 0.7646, 0.3896],
119
- # [0.7646, 1.0000, 0.3910],
120
- # [0.3896, 0.3910, 1.0000]])
121
  ```
122
 
123
  <!--
@@ -154,7 +154,7 @@ You can finetune this model on your own dataset.
154
 
155
  | Metric | Value |
156
  |:--------------------|:-----------|
157
- | **cosine_accuracy** | **0.9331** |
158
 
159
  <!--
160
  ## Bias, Risks and Limitations
@@ -367,6 +367,7 @@ You can finetune this model on your own dataset.
367
  | Epoch | Step | Training Loss | Validation Loss | cosine_accuracy |
368
  |:-----:|:----:|:-------------:|:---------------:|:---------------:|
369
  | 4.0 | 4556 | 1.8731 | 0.7003 | 0.9331 |
 
370
 
371
 
372
  ### Framework Versions
 
50
  type: unknown
51
  metrics:
52
  - type: cosine_accuracy
53
+ value: 0.9403471946716309
54
  name: Cosine Accuracy
55
  ---
56
 
 
115
  # Get the similarity scores for the embeddings
116
  similarities = model.similarity(embeddings, embeddings)
117
  print(similarities)
118
+ # tensor([[1.0000, 0.7730, 0.3475],
119
+ # [0.7730, 1.0000, 0.3615],
120
+ # [0.3475, 0.3615, 1.0000]])
121
  ```
122
 
123
  <!--
 
154
 
155
  | Metric | Value |
156
  |:--------------------|:-----------|
157
+ | **cosine_accuracy** | **0.9403** |
158
 
159
  <!--
160
  ## Bias, Risks and Limitations
 
367
  | Epoch | Step | Training Loss | Validation Loss | cosine_accuracy |
368
  |:-----:|:----:|:-------------:|:---------------:|:---------------:|
369
  | 4.0 | 4556 | 1.8731 | 0.7003 | 0.9331 |
370
+ | 5.0 | 5695 | 1.7998 | 0.6516 | 0.9403 |
371
 
372
 
373
  ### Framework Versions
last-checkpoint/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2752eb8ccd6b0b27067ab743dbf88be10d7f0ec0acd07f271adac6466a8f5533
3
  size 90864192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0de1341106721af21f3461d17d84cdb01ceb68a29d60797b692a6ebc5dc4e341
3
  size 90864192
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c1aba1b25c91aca84ea8033a997c1f341126a19d27ece980f574b412e4f2590
3
  size 180607738
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26dc20ccee5d8582c5a24824c2fb2a1920ffc8f0ab2af82dfff498ca8bb564ff
3
  size 180607738
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a52c27da178d4afa8ec10888c749f1ddbdcd600f8a415730f56aaf2049e7873
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beed0add748b6ee78ffebe07b792579e5e36c3c5d677ec383f7827475f04c142
3
  size 14244
last-checkpoint/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62e15eeadf456bba5e7d820c26dd489bf5b9eaafa907595755c9e54b984e4c99
3
  size 988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef61799cc6177ce1e11499ec8922bebf47a17bd7d75a93d81bd7660fe280058
3
  size 988
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3090648633fa78302c01f4e8a9a19ea7264f91a0a6f0c04a8378cf412f6c472b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:670b99a833a518dcb9e5a00953048f2e16a266aa8b49cc6c2d2666037559f3a8
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -2,9 +2,9 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 4.0,
6
  "eval_steps": 500,
7
- "global_step": 4556,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
@@ -79,6 +79,22 @@
79
  "eval_samples_per_second": 281.308,
80
  "eval_steps_per_second": 1.125,
81
  "step": 4556
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  }
83
  ],
84
  "logging_steps": 500,
@@ -93,7 +109,7 @@
93
  "should_evaluate": false,
94
  "should_log": false,
95
  "should_save": true,
96
- "should_training_stop": false
97
  },
98
  "attributes": {}
99
  }
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
  "eval_steps": 500,
7
+ "global_step": 5695,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
 
79
  "eval_samples_per_second": 281.308,
80
  "eval_steps_per_second": 1.125,
81
  "step": 4556
82
+ },
83
+ {
84
+ "epoch": 5.0,
85
+ "grad_norm": 8.708077430725098,
86
+ "learning_rate": 2.1944261575597982e-08,
87
+ "loss": 1.7998,
88
+ "step": 5695
89
+ },
90
+ {
91
+ "epoch": 5.0,
92
+ "eval_cosine_accuracy": 0.9403471946716309,
93
+ "eval_loss": 0.6516265273094177,
94
+ "eval_runtime": 33.9685,
95
+ "eval_samples_per_second": 279.818,
96
+ "eval_steps_per_second": 1.119,
97
+ "step": 5695
98
  }
99
  ],
100
  "logging_steps": 500,
 
109
  "should_evaluate": false,
110
  "should_log": false,
111
  "should_save": true,
112
+ "should_training_stop": true
113
  },
114
  "attributes": {}
115
  }