Corianas commited on
Commit
1ffcdfd
1 Parent(s): e1a0a2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ datasets:
5
  ---
6
  This is a character (english a-z 0-9 and so on) trained model following Andrej karpathy's llama.c project https://github.com/karpathy/llama2.c on both TinyStories and my own internal similar dataset I made.
7
 
 
 
8
  for it to see/output Uppercase letters this model uses a Shift-Key modifier before the letter to become uppercase, and has never been trained on actual uppercase letters.
9
 
10
  This modifier is ↨ and here are the functions I use to convert from straight text to the modified format and back.
 
5
  ---
6
  This is a character (english a-z 0-9 and so on) trained model following Andrej karpathy's llama.c project https://github.com/karpathy/llama2.c on both TinyStories and my own internal similar dataset I made.
7
 
8
+ https://wandb.ai/corianas/llamac/reports/Microllama-300k-step--Vmlldzo3NDQxNDU5
9
+
10
  for it to see/output Uppercase letters this model uses a Shift-Key modifier before the letter to become uppercase, and has never been trained on actual uppercase letters.
11
 
12
  This modifier is ↨ and here are the functions I use to convert from straight text to the modified format and back.