imi2 commited on
Commit
187efe6
·
1 Parent(s): 915a1ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -4,6 +4,14 @@ language:
4
  - en
5
  pipeline_tag: conversational
6
  ---
 
 
 
 
 
 
 
 
7
  # Goliath 120B
8
 
9
  An auto-regressive causal LM created by combining 2x finetuned [Llama-2 70B](https://huggingface.co/meta-llama/llama-2-70b-hf) into one.
 
4
  - en
5
  pipeline_tag: conversational
6
  ---
7
+
8
+ # 16-bit precision version of goliath-120b
9
+
10
+ - join these model parts with `cat goliath-120b-f16.gguf* > goliath-120b-f16.gguf`
11
+
12
+
13
+
14
+
15
  # Goliath 120B
16
 
17
  An auto-regressive causal LM created by combining 2x finetuned [Llama-2 70B](https://huggingface.co/meta-llama/llama-2-70b-hf) into one.