Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ import torch
|
|
| 91 |
from i6modelecomm.model import i6modelecomm
|
| 92 |
|
| 93 |
model = i6modelecomm.CommerceIntent.from_pretrained(
|
| 94 |
-
"
|
| 95 |
)
|
| 96 |
|
| 97 |
# TODO: map items and remap categories.
|
|
|
|
| 91 |
from i6modelecomm.model import i6modelecomm
|
| 92 |
|
| 93 |
model = i6modelecomm.CommerceIntent.from_pretrained(
|
| 94 |
+
"infinity6/ecomm_shop_intent_pretrained"
|
| 95 |
)
|
| 96 |
|
| 97 |
# TODO: map items and remap categories.
|
sample.py
CHANGED
|
@@ -3,7 +3,7 @@ import torch
|
|
| 3 |
from i6modelecomm.model import i6modelecomm
|
| 4 |
|
| 5 |
model = i6modelecomm.CommerceIntent.from_pretrained(
|
| 6 |
-
"
|
| 7 |
)
|
| 8 |
|
| 9 |
# TODO: map items and remap categories.
|
|
|
|
| 3 |
from i6modelecomm.model import i6modelecomm
|
| 4 |
|
| 5 |
model = i6modelecomm.CommerceIntent.from_pretrained(
|
| 6 |
+
"infinity6/ecomm_shop_intent_pretrained"
|
| 7 |
)
|
| 8 |
|
| 9 |
# TODO: map items and remap categories.
|