Blackroot commited on
Commit
4b13bd1
·
verified ·
1 Parent(s): 24ac485

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -5,8 +5,7 @@ Test network using differential attention instead of classical attention (using
5
  - `test_train.py` runs with the exact configurations used to train this model and is the reproduction script. Data is assumed to be in JSONL format with `"text":"example text", "text":"..."`
6
 
7
  # Notes:
8
- Compared to the control model of Smollm2, this is bordering on incoherent. Potentially this model size is too small to correctly leverage differential attention. It's clearly picked up on some ideas in language, but is generally worse than the control model using GQA in terms of human output.
9
-
10
 
11
  # Training Metrics
12
 
 
5
  - `test_train.py` runs with the exact configurations used to train this model and is the reproduction script. Data is assumed to be in JSONL format with `"text":"example text", "text":"..."`
6
 
7
  # Notes:
8
+ Appears to be very competent, learned significantly faster than the GQA control. Achieved as slightly better min loss.
 
9
 
10
  # Training Metrics
11