Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ arXiv:1812.05774
|
|
43 |
from product_classifier import CNNBiLSTMInference
|
44 |
|
45 |
# 2. Load a pre-trained model from HuggingFace Hub
|
46 |
-
model = CNNBiLSTMInference.from_pretrained("
|
47 |
|
48 |
# 3. Make predictions
|
49 |
product_title = "Yataş Bedding BAMBU Yorgan (%20 Bambu) 300 Gr."
|
|
|
43 |
from product_classifier import CNNBiLSTMInference
|
44 |
|
45 |
# 2. Load a pre-trained model from HuggingFace Hub
|
46 |
+
model = CNNBiLSTMInference.from_pretrained("FinisYazilim/product-classifier-v1")
|
47 |
|
48 |
# 3. Make predictions
|
49 |
product_title = "Yataş Bedding BAMBU Yorgan (%20 Bambu) 300 Gr."
|