Update README.md
Browse files
README.md
CHANGED
@@ -81,7 +81,7 @@ Then you can load this model and run inference.
|
|
81 |
from sentence_transformers import SentenceTransformer
|
82 |
|
83 |
# Download from the 🤗 Hub
|
84 |
-
model = SentenceTransformer("pawan2411/
|
85 |
# Run inference
|
86 |
sentences = [
|
87 |
'60 Ratchadaphisek Rd, Khwaeng Khlong Toei, Khet Khlong Toei, Krung Thep Maha Nakhon 10110',
|
|
|
81 |
from sentence_transformers import SentenceTransformer
|
82 |
|
83 |
# Download from the 🤗 Hub
|
84 |
+
model = SentenceTransformer("pawan2411/address-emnet")
|
85 |
# Run inference
|
86 |
sentences = [
|
87 |
'60 Ratchadaphisek Rd, Khwaeng Khlong Toei, Khet Khlong Toei, Krung Thep Maha Nakhon 10110',
|