ccore commited on
Commit
8b28fc9
1 Parent(s): 2ab9aa1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,11 +1,12 @@
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**.
 
 
 
 
1
  # Advanced FastText Modification
2
 
3
  ## Overview
4
  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.
5
 
6
+ ## Model Training
7
+ - **Data Used:** The models were trained with more than **20,000 question and answer (QA) interactions** from the **Wizard Evo instruct** dataset.
8
+ - **Focus on Dynamic Learning:** This approach guarantees in-depth understanding in contexts of dialogue and interaction.
9
+
10
  ## Processing Capacity
11
  - **Speed:** 800 tokens/thread/second.
12
  - **Performance on Common Hardware:** On a notebook with 16 threads, the program processes approximately **50 billion tokens per hour**.