Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,16 @@
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
# Introducing StoryLlama - A Smaller Language Model for Bedtime Stories!
|
3 |
|
4 |
- So, I trained a Llama a 88M architecture I coded from ground up to build a small instruct model, going through the below-mentioned stages from scratch.
|
|
|
1 |
|
2 |
+
---
|
3 |
+
title: "StoryLlama"
|
4 |
+
emoji: "📖"
|
5 |
+
colorFrom: "blue"
|
6 |
+
colorTo: "purple"
|
7 |
+
sdk: "gradio"
|
8 |
+
sdk_version: "3.1.0"
|
9 |
+
app_file: "app.py"
|
10 |
+
pinned: false
|
11 |
+
---
|
12 |
+
|
13 |
+
|
14 |
# Introducing StoryLlama - A Smaller Language Model for Bedtime Stories!
|
15 |
|
16 |
- So, I trained a Llama a 88M architecture I coded from ground up to build a small instruct model, going through the below-mentioned stages from scratch.
|