smcleish commited on
Commit
87f77a4
·
verified ·
1 Parent(s): e612b21

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - causal-lm
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ datasets:
9
+ - allenai/dolma
10
+ ---
11
+
12
+ ## Model Details
13
+ ### Training
14
+ Models trained using [litgpt](https://github.com/Lightning-AI/litgpt) and [AxoNN](https://github.com/axonn-ai/litgpt) on AMD MI250 GPUs.
15
+
16
+ ### Data
17
+ Train and validation data is taken from non-overlapping subsets of [dolma](https://huggingface.co/datasets/allenai/dolma).
18
+