dnth commited on
Commit
d824218
·
verified ·
1 Parent(s): 2de8e72

Add new SentenceTransformer model

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. model.safetensors +1 -1
README.md CHANGED
@@ -316,9 +316,9 @@ print(embeddings.shape)
316
  # Get the similarity scores for the embeddings
317
  similarities = model.similarity(embeddings, embeddings)
318
  print(similarities)
319
- # tensor([[1.0000, 0.8839, 0.4636],
320
- # [0.8839, 1.0000, 0.4686],
321
- # [0.4636, 0.4686, 1.0000]])
322
  ```
323
 
324
  <!--
@@ -558,20 +558,20 @@ You can finetune this model on your own dataset.
558
  | Epoch | Step | Training Loss | Validation Loss |
559
  |:-------:|:------:|:-------------:|:---------------:|
560
  | 0.4244 | 5 | 0.1542 | - |
561
- | 0.8488 | 10 | 0.0158 | - |
562
  | 1.0 | 12 | - | 0.0059 |
563
  | 1.2546 | 15 | 0.0039 | - |
564
- | 1.6790 | 20 | 0.0038 | - |
565
  | 2.0 | 24 | - | 0.0033 |
566
  | 2.0849 | 25 | 0.0033 | - |
567
  | 2.5093 | 30 | 0.0017 | - |
568
  | 2.9337 | 35 | 0.0012 | - |
569
- | 3.0 | 36 | - | 0.0022 |
570
- | 3.3395 | 40 | 0.0014 | - |
571
  | 3.7639 | 45 | 0.0012 | - |
572
  | 4.0 | 48 | - | 0.0020 |
573
- | 4.1698 | 50 | 0.0011 | - |
574
- | 4.5942 | 55 | 0.0022 | - |
575
  | **5.0** | **60** | **0.0014** | **0.002** |
576
 
577
  * The bold row denotes the saved checkpoint.
 
316
  # Get the similarity scores for the embeddings
317
  similarities = model.similarity(embeddings, embeddings)
318
  print(similarities)
319
+ # tensor([[1.0000, 0.8881, 0.4572],
320
+ # [0.8881, 1.0000, 0.4703],
321
+ # [0.4572, 0.4703, 1.0000]])
322
  ```
323
 
324
  <!--
 
558
  | Epoch | Step | Training Loss | Validation Loss |
559
  |:-------:|:------:|:-------------:|:---------------:|
560
  | 0.4244 | 5 | 0.1542 | - |
561
+ | 0.8488 | 10 | 0.0159 | - |
562
  | 1.0 | 12 | - | 0.0059 |
563
  | 1.2546 | 15 | 0.0039 | - |
564
+ | 1.6790 | 20 | 0.0039 | - |
565
  | 2.0 | 24 | - | 0.0033 |
566
  | 2.0849 | 25 | 0.0033 | - |
567
  | 2.5093 | 30 | 0.0017 | - |
568
  | 2.9337 | 35 | 0.0012 | - |
569
+ | 3.0 | 36 | - | 0.0023 |
570
+ | 3.3395 | 40 | 0.0015 | - |
571
  | 3.7639 | 45 | 0.0012 | - |
572
  | 4.0 | 48 | - | 0.0020 |
573
+ | 4.1698 | 50 | 0.0012 | - |
574
+ | 4.5942 | 55 | 0.0023 | - |
575
  | **5.0** | **60** | **0.0014** | **0.002** |
576
 
577
  * The bold row denotes the saved checkpoint.
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb676baa217a7033c3bf41a1369163676e6e01a98fb55cbf2cc4054a3d3286e8
3
  size 596070136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b44484ff6603b378a0d9e49cc53b31a91bd34cf61c12d4bb010090176d93e4d4
3
  size 596070136