j879 commited on
Commit
72ce34f
·
1 Parent(s): 2142dbb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - conceptofmind/cot_submix_original
4
+ - conceptofmind/flan2021_submix_original
5
+ - conceptofmind/t0_submix_original
6
+ - conceptofmind/niv2_submix_original
7
+ ---
8
+ language:
9
+ - en
10
+ pipeline_tag: text-generation
11
+ ---
12
+ # Stable Beluga 2 bf16
13
+
14
+ This is bflot16 safetensor format weight of original stabilityai/StableBeluga2
15
+
16
+ The weight has been sliced to a smaller shard with 1GB each.
17
+
18
+ Please refer to the original model author https://huggingface.co/stabilityai/StableBeluga2
19
+
20
+
21
+ ```bibtex
22
+ @misc{StableBelugaModels,
23
+ url={[https://huggingface.co/stabilityai/StableBeluga2](https://huggingface.co/stabilityai/StableBeluga2)},
24
+ title={Stable Beluga models},
25
+ author={Mahan, Dakota and Carlow, Ryan and Castricato, Louis and Cooper, Nathan and Laforte, Christian}
26
+ }
27
+ ```