EATosin commited on
Commit
a269087
·
verified ·
1 Parent(s): a3028a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
+ ```