Update README.md
Browse files
README.md
CHANGED
|
@@ -55,7 +55,7 @@ def main():
|
|
| 55 |
if __name__ == "__main__":
|
| 56 |
main()
|
| 57 |
```
|
| 58 |
-
## Benchy
|
| 59 |
| Tasks | Value | |Stderr|
|
| 60 |
|--------------|------:|---|-----:|
|
| 61 |
|arc_challenge | 0.1826|± |0.0113|
|
|
@@ -71,9 +71,8 @@ if __name__ == "__main__":
|
|
| 71 |
## Future Plans
|
| 72 |
|
| 73 |
- **More Models**: I'm currenetly training the bigger siblings of this models, including a 1B parameter version and beyond. 2-4 Billion parameter versions are planned.
|
| 74 |
-
- **Benchmarks**: I'll be releasing benchmarks to show you how these models perform across various tasks.
|
| 75 |
- **New architecture**: This is still up in the air and I'm still developing it, and will release if I deem it to be actually useful, so stay tuned!
|
| 76 |
-
- **Paper
|
| 77 |
|
| 78 |
## Credit Where Credit's Due
|
| 79 |
|
|
|
|
| 55 |
if __name__ == "__main__":
|
| 56 |
main()
|
| 57 |
```
|
| 58 |
+
## Benchy :3
|
| 59 |
| Tasks | Value | |Stderr|
|
| 60 |
|--------------|------:|---|-----:|
|
| 61 |
|arc_challenge | 0.1826|± |0.0113|
|
|
|
|
| 71 |
## Future Plans
|
| 72 |
|
| 73 |
- **More Models**: I'm currenetly training the bigger siblings of this models, including a 1B parameter version and beyond. 2-4 Billion parameter versions are planned.
|
|
|
|
| 74 |
- **New architecture**: This is still up in the air and I'm still developing it, and will release if I deem it to be actually useful, so stay tuned!
|
| 75 |
+
- **Paper**: A detailed paper will be posted at some point.
|
| 76 |
|
| 77 |
## Credit Where Credit's Due
|
| 78 |
|