Update README.md
Browse files
README.md
CHANGED
@@ -27,6 +27,10 @@ I have taken the script from the user 'willccbb' and I have modified it many thi
|
|
27 |
thanks to this script I already understand many things.
|
28 |
```
|
29 |
|
|
|
|
|
|
|
|
|
30 |
|
31 |
```py
|
32 |
import torch,gc
|
|
|
27 |
thanks to this script I already understand many things.
|
28 |
```
|
29 |
|
30 |
+
## Semantic Comparison of Sentences and Mapping the Cosine Similarity to the [0 ... 0.123] Scale (rewards).
|
31 |
+
```
|
32 |
+
https://colab.research.google.com/drive/1hdWSImb9lJ7Q4Csh3ubLAblhD0EscDPh#scrollTo=-69DvRP0Q-eS
|
33 |
+
```
|
34 |
|
35 |
```py
|
36 |
import torch,gc
|