Transformers
Safetensors
ecomm_shop_intent_pretrained
recommendation
e-commerce
sequential-modeling
next-item-prediction
behavioral-modeling
Instructions to use infinity6/ecomm_shop_intent_pretrained with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use infinity6/ecomm_shop_intent_pretrained with Transformers:
# Load model directly from transformers import CommerceIntent model = CommerceIntent.from_pretrained("infinity6/ecomm_shop_intent_pretrained", device_map="auto") - Notebooks
- Google Colab
- Kaggle
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.
|