LeroyDyer commited on
Commit
b0aab04
1 Parent(s): 64ed4f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -12,6 +12,9 @@ base_model:
12
  - ezelikman/quietstar-8-ahead
13
  ---
14
 
 
 
 
15
  This project is implemented by simply patching the base Mistral implementation in Huggingface transformers using a new modeling_mistral.py and a new configuration_mistral.py and otherwise applying standard transformers features (e.g. the default Trainer).
16
 
17
  IE: First Clone the latest transformers
 
12
  - ezelikman/quietstar-8-ahead
13
  ---
14
 
15
+ ActulLLY ITS woRKING IT JUST NEEDS TRAINING DATA!! ....
16
+
17
+
18
  This project is implemented by simply patching the base Mistral implementation in Huggingface transformers using a new modeling_mistral.py and a new configuration_mistral.py and otherwise applying standard transformers features (e.g. the default Trainer).
19
 
20
  IE: First Clone the latest transformers