HaidarJomaa commited on
Commit
0a60ec3
·
verified ·
1 Parent(s): c1f7f3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ It was used to train the model on 3 tasks simultaneously: (Masked Language Model
83
  2. The next step involved contrastive loss training on another dataset:
84
  The similarity in this case was constructed using a combination of the Time, Space, and Cosine Similarity.
85
  | Sentence1 | Sentence2 | Time1 | Time2 | Space1 | Space2 | Similarity |
86
- |---------------------------|---------------------------|---------------------|----------------- ----|-------------------|-------------------|-----------------------|
87
  | "The quick brown fox" | "A speedy auburn fox" | "2020-01" | "2020-02" | "UK" | "UK" | 0.91 |
88
 
89
  #### Hyper parameters
 
83
  2. The next step involved contrastive loss training on another dataset:
84
  The similarity in this case was constructed using a combination of the Time, Space, and Cosine Similarity.
85
  | Sentence1 | Sentence2 | Time1 | Time2 | Space1 | Space2 | Similarity |
86
+ |---------------------------|---------------------------|---------------------|----------------------|-------------------|-------------------|-----------------------|
87
  | "The quick brown fox" | "A speedy auburn fox" | "2020-01" | "2020-02" | "UK" | "UK" | 0.91 |
88
 
89
  #### Hyper parameters