Instructions to use ZhankuiHe/ae4rec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ZhankuiHe/ae4rec with Transformers:
# Load model directly from transformers import AE4RecModule model = AE4RecModule.from_pretrained("ZhankuiHe/ae4rec", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload AE4RecModule
Browse files- config.json +1 -0
- model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation": "relu",
|
| 3 |
"architectures": [
|
| 4 |
"AE4RecModule"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "ae4rec_new",
|
| 3 |
"activation": "relu",
|
| 4 |
"architectures": [
|
| 5 |
"AE4RecModule"
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c236119575dbeb8c12397fb8cbcf9ca004985d6918b493f7549ac141c4b625b4
|
| 3 |
+
size 25674948
|