lxe commited on
Commit
92f197b
1 Parent(s): 02fae53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ [ggml](https://github.com/ggerganov/ggml) conversion of [lxe/Cerebras-GPT-2.7B-Alpaca-SP](https://huggingface.co/lxe/Cerebras-GPT-2.7B-Alpaca-SP)
6
+
7
+ ```
8
+ $ ../../build/bin/gpt-2 -m cerebras-gpt2.7b-alpaca-sp/ggml-model-f16.bin --temp 0.6 --top_k 40 --top_p 0.3 -p "Human: Why was the C programming language invented and who invented it?"
9
+
10
+ ...
11
+
12
+ Human: Why was the C programming language invented and who invented it?
13
+
14
+ Assistant: The C programming language was invented by Dennis Ritchie in the early 1970s. He was a computer scientist at the University of California, Berkeley, and was working on a project to create a programming language that would be easy to learn and use. He decided to create a language that would be easy to learn and use, and he created the C programming language.<|endoftext|>
15
+ ```