mdouglas HF staff commited on
Commit
45f1ea0
1 Parent(s): ba5ae2c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - HuggingFaceFW/fineweb
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # llm.c checkpoint: GPT-2 774M
10
+ This is a HF/safetensors conversion of the llm.c checkpoint of a 774M parameter run on 150B tokens from FineWeb.
11
+
12
+ Training was conducted on a single 8xA100 80GB SXM node for ~6 days.
13
+
14
+ See [discussion on GitHub](https://github.com/karpathy/llm.c/discussions/580) for more information.