Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
---
|
7 |
+
# FusionNet
|
8 |
+
Fine-tuned model on English language using single passthrough Fusion method.
|
9 |
+
## Model description
|
10 |
+
The FusionNet is a model to experiment with the single passthrough Fusion method, which could significantly increase the performance of the original model. The FusionNet has 10.7B parameters, and this model is fine-tuned. Enjoy!
|