TheBloke commited on
Commit
4a72781
·
1 Parent(s): b715ec9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  license: other
3
  ---
4
- This is JackFram's Llama 68M (https://huggingface.co/JackFram/llama-68m), with the following changes:
5
- 1. Removed unnecessary files from training (optimizer.pt, scheduler.pt, train*)
6
- 2. Converted to SafeTensors
7
 
8
- All credit for the creation of this mini Llama goes to the original author(s).
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ This is [JackFram's Llama 68M](https://huggingface.co/JackFram/llama-68m), with the following changes:
5
+ 1. Removed unnecessary files from training (optimizer.pt, scheduler.pt, rng_state.pth, train*)
6
+ 2. Converted to safetensors.
7
 
8
+ This lowers the size of the repo to 260MiB.
9
+
10
+ All credit for the creation of this mini Llama goes to the original author(s).