Update README.md
Browse files
README.md
CHANGED
|
@@ -25,4 +25,10 @@ This is the pre-trained PyTorch model for **NextClick**, a sequential recommenda
|
|
| 25 |
import torch
|
| 26 |
# Load Architecture code first (See GitHub), then:
|
| 27 |
model.load_state_dict(torch.load("sasrec_model.pth"))
|
| 28 |
-
model.eval()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
import torch
|
| 26 |
# Load Architecture code first (See GitHub), then:
|
| 27 |
model.load_state_dict(torch.load("sasrec_model.pth"))
|
| 28 |
+
model.eval()
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
### GitHub Repository
|
| 32 |
+
For the training code and architecture definition, visit:
|
| 33 |
+
[https://github.com/eatosin/NextClick-RecSys-Engine](https://github.com/eatosin/NextClick-RecSys-Engine)
|
| 34 |
+
```
|