pszemraj commited on
Commit
eb8bcad
1 Parent(s): 7ab236e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ datasets:
8
+ - the_pile_books3
9
  ---
10
+
11
+ # mpt-7b-storywriter: sharded
12
+
13
+ This is a version of the [mpt-7b-storywriter](https://huggingface.co/mosaicml/mpt-7b-storywriter) model, sharded to 2 GB chunks for low-RAM loading (i.e. Colab). The weights are stored in `bfloat16` so in theory you can run this on CPU, though it may take forever.
14
+
15
+ This model was downloaded from the original repo under Apache-2.0 and is redistributed under the same license.
16
+
17
+ ---
18
+
19
+ > More details/usage to be added later