Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Linformer-based Language Model
|
2 |
|
3 |
Efficient language modeling optimized for long sequences using the Linformer architecture. This model reduces memory and computational overhead, making it ideal for various text generation tasks.
|
@@ -98,4 +106,4 @@ Support the ongoing development of Lumenspark!
|
|
98 |
Visit [GitHub Sponsors](https://github.com/sponsors/anto18671) and choose a sponsorship tier that suits you. Thank you for your support!
|
99 |
|
100 |
## License
|
101 |
-
This project is licensed under the [MIT License](LICENSE).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- allenai/c4
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
---
|
9 |
# Linformer-based Language Model
|
10 |
|
11 |
Efficient language modeling optimized for long sequences using the Linformer architecture. This model reduces memory and computational overhead, making it ideal for various text generation tasks.
|
|
|
106 |
Visit [GitHub Sponsors](https://github.com/sponsors/anto18671) and choose a sponsorship tier that suits you. Thank you for your support!
|
107 |
|
108 |
## License
|
109 |
+
This project is licensed under the [MIT License](LICENSE).
|