QuangDuy commited on
Commit
b9c7f80
·
verified ·
1 Parent(s): 2a0940d

Update exported model

Browse files
Files changed (2) hide show
  1. README.md +49 -4
  2. model.safetensors +1 -1
README.md CHANGED
@@ -146,9 +146,9 @@ print(embeddings.shape)
146
  # Get the similarity scores for the embeddings
147
  similarities = model.similarity(embeddings, embeddings)
148
  print(similarities)
149
- # tensor([[ 1.0000, 0.5749, -0.0457],
150
- # [ 0.5749, 1.0000, -0.0236],
151
- # [-0.0457, -0.0236, 1.0001]])
152
  ```
153
 
154
  <!--
@@ -366,6 +366,8 @@ You can finetune this model on your own dataset.
366
  </details>
367
 
368
  ### Training Logs
 
 
369
  | Epoch | Step | Training Loss | validation loss |
370
  |:------:|:----:|:-------------:|:---------------:|
371
  | 0.0118 | 50 | 15.9603 | - |
@@ -451,8 +453,51 @@ You can finetune this model on your own dataset.
451
  | 0.9579 | 4050 | 1.5859 | - |
452
  | 0.9697 | 4100 | 1.5884 | - |
453
  | 0.9816 | 4150 | 1.6017 | - |
454
- | 0.9934 | 4200 | 1.6796 | - |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
455
 
 
456
 
457
  ### Framework Versions
458
  - Python: 3.11.15
 
146
  # Get the similarity scores for the embeddings
147
  similarities = model.similarity(embeddings, embeddings)
148
  print(similarities)
149
+ # tensor([[ 1.0000, 0.6460, -0.0995],
150
+ # [ 0.6460, 1.0000, -0.0567],
151
+ # [-0.0995, -0.0567, 1.0000]])
152
  ```
153
 
154
  <!--
 
366
  </details>
367
 
368
  ### Training Logs
369
+ <details><summary>Click to expand</summary>
370
+
371
  | Epoch | Step | Training Loss | validation loss |
372
  |:------:|:----:|:-------------:|:---------------:|
373
  | 0.0118 | 50 | 15.9603 | - |
 
453
  | 0.9579 | 4050 | 1.5859 | - |
454
  | 0.9697 | 4100 | 1.5884 | - |
455
  | 0.9816 | 4150 | 1.6017 | - |
456
+ | 0.9934 | 4200 | 1.6796 | 3.0668 |
457
+ | 1.0052 | 4250 | 1.6002 | - |
458
+ | 1.0170 | 4300 | 1.5553 | - |
459
+ | 1.0289 | 4350 | 1.5921 | - |
460
+ | 1.0407 | 4400 | 1.6598 | - |
461
+ | 1.0525 | 4450 | 1.6258 | - |
462
+ | 1.0643 | 4500 | 1.6297 | - |
463
+ | 1.0762 | 4550 | 1.5971 | - |
464
+ | 1.0880 | 4600 | 1.5753 | - |
465
+ | 1.0998 | 4650 | 1.5392 | - |
466
+ | 1.1116 | 4700 | 1.5115 | - |
467
+ | 1.1235 | 4750 | 1.4401 | - |
468
+ | 1.1353 | 4800 | 1.5042 | - |
469
+ | 1.1471 | 4850 | 1.5117 | - |
470
+ | 1.1589 | 4900 | 1.4611 | - |
471
+ | 1.1708 | 4950 | 1.4567 | - |
472
+ | 1.1826 | 5000 | 1.5176 | - |
473
+ | 1.1944 | 5050 | 1.4193 | - |
474
+ | 1.2062 | 5100 | 1.4663 | - |
475
+ | 1.2181 | 5150 | 1.4243 | - |
476
+ | 1.2299 | 5200 | 1.3927 | - |
477
+ | 1.2417 | 5250 | 1.3942 | - |
478
+ | 1.2535 | 5300 | 1.3912 | - |
479
+ | 1.2654 | 5350 | 1.4188 | - |
480
+ | 1.2772 | 5400 | 1.4214 | - |
481
+ | 1.2890 | 5450 | 1.3876 | - |
482
+ | 1.3009 | 5500 | 1.393 | - |
483
+ | 1.3127 | 5550 | 1.3884 | - |
484
+ | 1.3245 | 5600 | 1.3358 | - |
485
+ | 1.3363 | 5650 | 1.3024 | - |
486
+ | 1.3482 | 5700 | 1.3274 | - |
487
+ | 1.3600 | 5750 | 1.3102 | - |
488
+ | 1.3718 | 5800 | 1.2634 | - |
489
+ | 1.3836 | 5850 | 1.3109 | - |
490
+ | 1.3955 | 5900 | 1.3119 | - |
491
+ | 1.4073 | 5950 | 1.2521 | - |
492
+ | 1.4191 | 6000 | 1.2297 | - |
493
+ | 1.4309 | 6050 | 1.1812 | - |
494
+ | 1.4428 | 6100 | 1.1837 | - |
495
+ | 1.4546 | 6150 | 1.1219 | - |
496
+ | 1.4664 | 6200 | 1.1642 | - |
497
+ | 1.4782 | 6250 | 1.163 | - |
498
+ | 1.4901 | 6300 | 1.1585 | - |
499
 
500
+ </details>
501
 
502
  ### Framework Versions
503
  - Python: 3.11.15
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:919c89d224cadfb26a803f7191e33109844d0c9ea295f438a5649ef01f6c72b7
3
  size 539840248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36319b0dc60a372822b57a2a0f183134a5f84c7019d36b6dba8fd0a9bc972306
3
  size 539840248