bertugmirasyedi commited on
Commit
44d16d4
1 Parent(s): 8db3b86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ tags: []
5
 
6
  # Model Card for Model ID
7
 
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 treshold 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
 
@@ -18,7 +18,7 @@ This model is designed to identify whether two product titles (including specifi
18
 
19
  - **Model type:** Binary Classification
20
  - **Language(s) (NLP):** English
21
- - **Finetuned from model [optional]:** bert-base-uncased
22
 
23
 
24
 
 
5
 
6
  # Model Card for Model ID
7
 
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
 
 
18
 
19
  - **Model type:** Binary Classification
20
  - **Language(s) (NLP):** English
21
+ - **Finetuned from model:** bert-base-uncased
22
 
23
 
24