botato commited on
Commit
d191d78
·
verified ·
1 Parent(s): 38372a0
Files changed (7) hide show
  1. .gitattributes +1 -0
  2. README.md +7 -1
  3. alpaca_prompt.txt +7 -0
  4. ggml-model-q4_0.bin +3 -0
  5. llama-cli +3 -0
  6. params.json +1 -0
  7. tokenizer.model +3 -0
.gitattributes CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ llama-cli filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,9 @@
1
  # This is a 4-bit quantized ggml file for use with [llama.cpp](https://github.com/ggerganov/llama.cpp) on the CPU (pre-mmap)
2
 
3
- Original model: https://github.com/pointnetwork/point-alpaca
 
 
 
 
 
 
 
1
  # This is a 4-bit quantized ggml file for use with [llama.cpp](https://github.com/ggerganov/llama.cpp) on the CPU (pre-mmap)
2
 
3
+ Original model: https://github.com/pointnetwork/point-alpaca
4
+
5
+ # How to run
6
+
7
+ ./llama-cli -m ./ggml-model-q4_0.bin -f ./alpaca_prompt.txt --repl
8
+
9
+ (`llama-cli` is built from https://github.com/rustformers/llama-rs/tree/57440bffb0d946acf73b37e85498c77fc9dfe715)
alpaca_prompt.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
2
+
3
+ ### Instruction:
4
+
5
+ {{PROMPT}}
6
+
7
+ ### Response:
ggml-model-q4_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c253cee1be896fdac925bf8c41463b6496ec83fe9c049bd0cd565fb7b36f6c7
3
+ size 4212855021
llama-cli ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2bf8a8669451605c6288aa3567050d4658f40653819bbef4f7dd8512e35f8b3
3
+ size 7592512
params.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-06, "vocab_size": 32000}
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723