rootxhacker commited on
Commit
204cc17
·
verified ·
1 Parent(s): 1af479a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -45,6 +45,13 @@ ltc_layers = 2
45
  pip install transformers torch numpy
46
  ```
47
 
 
 
 
 
 
 
 
48
  ### Run code!
49
  ```python
50
  # Note: This model requires custom implementation due to SNN/LTC architecture
 
45
  pip install transformers torch numpy
46
  ```
47
 
48
+ ## Inference
49
+ This gist has full code for inference
50
+
51
+ '''
52
+ https://gist.github.com/harishsg993010/e632de8b15a3ab1ff03e3912f55109ea
53
+ '''
54
+
55
  ### Run code!
56
  ```python
57
  # Note: This model requires custom implementation due to SNN/LTC architecture