sachithgunasekara commited on
Commit
8355fcd
1 Parent(s): 1381d39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -7,4 +7,18 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # Surge Global
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ _Welcome to the official Surge Global organization on Hugging Face!_
11
+
12
+ # Featured Models and Datasets
13
+
14
+ * OpenBezoar Family of Models
15
+ * The OpenBezoar family of models are a collection of small, cost-effective and open models trained on mixes of synthetic instruction data.
16
+ * All resources can be accessed through this collection [here](https://huggingface.co/collections/SurgeGlobal/open-bezoar-6620a24923e12127e9e2b9cc).
17
+
18
+
19
+ # Featured Blogs
20
+
21
+ * nanoJAXGPT
22
+ * The complete pedagogical tutorial on this work is available as a blog here: [https://huggingface.co/blog/sachithgunasekara/nanojaxgpt](https://huggingface.co/blog/sachithgunasekara/nanojaxgpt).
23
+ * nanoJAXGPT is an effort to rewrite the famous [nanoGPT](https://github.com/karpathy/nanoGPT) repository by Andrej Karpathy from the ground up using _JAX_ and _Equinox_.
24
+ * The rewritten version of nanoGPT can be accessed [here](https://bitbucket.org/paladinanalytics/nanojaxgpt).