Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
-
|
2 |
|
3 |
|
4 |
### Introduction
|
5 |
In paper Neural Comprehension: Language Models with Compiled Neural Networks , we introduced the integration of Compiled Neural Networks (CoNN) into the framework of language models, enabling existing language models to perform symbolic operations with perfect accuracy without the need for external tools. In this model card, we introduce the Parity model, which is similar to the Transformer model and can be used to perform the Parity task.
|
6 |
|
7 |
|
8 |
-
### Install
|
9 |
|
10 |
-
|
11 |
|
12 |
```
|
13 |
git clone https://github.com/WENGSYX/Neural-Comprehension
|
|
|
1 |
+
# Model card for CoNN Parity
|
2 |
|
3 |
|
4 |
### Introduction
|
5 |
In paper Neural Comprehension: Language Models with Compiled Neural Networks , we introduced the integration of Compiled Neural Networks (CoNN) into the framework of language models, enabling existing language models to perform symbolic operations with perfect accuracy without the need for external tools. In this model card, we introduce the Parity model, which is similar to the Transformer model and can be used to perform the Parity task.
|
6 |
|
7 |
|
|
|
8 |
|
9 |
+
### Install
|
10 |
|
11 |
```
|
12 |
git clone https://github.com/WENGSYX/Neural-Comprehension
|