WENGSYX commited on
Commit
74050b1
1 Parent(s): 31601e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -1,13 +1,12 @@
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
- ### Install
9
 
10
- #### Install
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