etwk commited on
Commit ·
84d4071
1
Parent(s): 9294ab9
Add model-card YAML frontmatter (clears HF 'missing yaml metadata' warning)
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# horner_rnn
|
| 2 |
|
| 3 |
A compliant bit-sequential RNN that **clears every reduction tier, 1 through 10** (primes up to
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- modular-arithmetic
|
| 6 |
+
- modular-multiplication
|
| 7 |
+
- carry-aware-tcn
|
| 8 |
+
- temporal-convolutional-network
|
| 9 |
+
- horner-scheme
|
| 10 |
+
- algorithmic-reasoning
|
| 11 |
+
- length-generalization
|
| 12 |
+
- sair-modular-arithmetic-challenge
|
| 13 |
+
metrics:
|
| 14 |
+
- accuracy
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
# horner_rnn
|
| 18 |
|
| 19 |
A compliant bit-sequential RNN that **clears every reduction tier, 1 through 10** (primes up to
|