Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
# Advanced FastText Modification
|
5 |
+
|
6 |
+
## Overview
|
7 |
+
This software is an **innovative version of FastText**, optimized to use its classification system for **fast and efficient word prediction**. With capabilities that can surpass modern language models, it delivers exceptional performance.
|
8 |
+
|
9 |
+
## Processing Capacity
|
10 |
+
- **Speed:** 800 tokens/thread/second.
|
11 |
+
- **Performance on Common Hardware:** On a notebook with 16 threads, the program processes approximately **50 billion tokens per hour**.
|
12 |
+
|
13 |
+
## Learning and Testing
|
14 |
+
- **Learning:** Evidence points to an ability to **learn robustly**.
|
15 |
+
- **Testing:** The software is still in the early testing phases, but preliminary results are promising.
|
16 |
+
|
17 |
+
---
|
18 |
+
|
19 |
+
This project is constantly evolving and we welcome any feedback or contributions from the community!
|