Instructions to use Berketarak/Product-Matching-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Berketarak/Product-Matching-Classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Berketarak/Product-Matching-Classifier") model = AutoModel.from_pretrained("Berketarak/Product-Matching-Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,7 +36,7 @@ This model can be directly used to determine if two product titles are the same.
|
|
| 36 |
|
| 37 |
The model is not suitable for tasks requiring deep contextual understanding beyond product titles or for comparing product descriptions that lack specification details.
|
| 38 |
|
| 39 |
-
|
| 40 |
|
| 41 |
## Bias, Risks, and Limitations
|
| 42 |
|
|
|
|
| 36 |
|
| 37 |
The model is not suitable for tasks requiring deep contextual understanding beyond product titles or for comparing product descriptions that lack specification details.
|
| 38 |
|
| 39 |
+
|
| 40 |
|
| 41 |
## Bias, Risks, and Limitations
|
| 42 |
|