Update README.md
Browse files
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
|