Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ Short sequence length is used to reduce the memory footprint.
|
|
| 17 |
|
| 18 |
The dataset for validation with manual markup consisted of 362 thousand examples.
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
|
| 23 |
```python
|
|
@@ -36,13 +36,12 @@ assert model.config.hidden_size == vector.shape[0]
|
|
| 36 |
|
| 37 |
This model is designed for use in e-commerce IR and helps differentiate products.
|
| 38 |
|
| 39 |
-
## direct_use
|
| 40 |
|
| 41 |
-
The same products:
|
| 42 |
- cos ( SBE("apple 16 синий про макс 256"), SBE("iphone 16 синий pro max 256") ) = 0.96
|
| 43 |
|
| 44 |
- cos ( SBE("iphone 15 pro max"), SBE("айфон 15 про макс") ) = 0.98
|
| 45 |
|
| 46 |
-
Different products:
|
| 47 |
|
| 48 |
- cos ( SBE("iphone 15 pro max"), SBE("iphone 16 pro max") ) = 0.85
|
|
|
|
| 17 |
|
| 18 |
The dataset for validation with manual markup consisted of 362 thousand examples.
|
| 19 |
|
| 20 |
+

|
| 21 |
|
| 22 |
|
| 23 |
```python
|
|
|
|
| 36 |
|
| 37 |
This model is designed for use in e-commerce IR and helps differentiate products.
|
| 38 |
|
|
|
|
| 39 |
|
| 40 |
+
**The same products**:
|
| 41 |
- cos ( SBE("apple 16 синий про макс 256"), SBE("iphone 16 синий pro max 256") ) = 0.96
|
| 42 |
|
| 43 |
- cos ( SBE("iphone 15 pro max"), SBE("айфон 15 про макс") ) = 0.98
|
| 44 |
|
| 45 |
+
**Different products**:
|
| 46 |
|
| 47 |
- cos ( SBE("iphone 15 pro max"), SBE("iphone 16 pro max") ) = 0.85
|