randomstate
commited on
Commit
•
6fe841b
1
Parent(s):
f8feef1
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,6 @@ tags: []
|
|
8 |
This model is designed to identify whether two product titles (including specifications) describe the same product. The model generates a score, where a score greater than 0.5 indicates that the products are likely the same. The threshold value can be used as needed. It is based on the BERT base uncased architecture and has been fine-tuned on a custom dataset derived from real-world examples. The model performs particularly well on longer sequences.
|
9 |
|
10 |
|
11 |
-
|
12 |
## Model Details
|
13 |
|
14 |
### Model Description
|
|
|
8 |
This model is designed to identify whether two product titles (including specifications) describe the same product. The model generates a score, where a score greater than 0.5 indicates that the products are likely the same. The threshold value can be used as needed. It is based on the BERT base uncased architecture and has been fine-tuned on a custom dataset derived from real-world examples. The model performs particularly well on longer sequences.
|
9 |
|
10 |
|
|
|
11 |
## Model Details
|
12 |
|
13 |
### Model Description
|