Update README.md
Browse files
README.md
CHANGED
|
@@ -55,6 +55,13 @@ ltc_layers = 2
|
|
| 55 |
pip install transformers torch numpy
|
| 56 |
```
|
| 57 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
## Evaluation
|
| 59 |
|
| 60 |
I performed evaluation using the standard lm-evaluation-harness setup. Following similar methodology to TinyLlama and MicroLlama, I used acc_norm for most datasets except for winogrande and boolq which used acc as the metrics.
|
|
|
|
| 55 |
pip install transformers torch numpy
|
| 56 |
```
|
| 57 |
|
| 58 |
+
## Inference
|
| 59 |
+
This gist has full code for inference
|
| 60 |
+
|
| 61 |
+
``` bash
|
| 62 |
+
https://gist.github.com/harishsg993010/e632de8b15a3ab1ff03e3912f55109ea
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
## Evaluation
|
| 66 |
|
| 67 |
I performed evaluation using the standard lm-evaluation-harness setup. Following similar methodology to TinyLlama and MicroLlama, I used acc_norm for most datasets except for winogrande and boolq which used acc as the metrics.
|