Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
base_model: EleutherAI/pythia-31m
|
7 |
+
---
|
8 |
+
|
9 |
+
# pythia-31m (fp32)
|
10 |
+
|
11 |
+
|
12 |
+
|
13 |
+
this is [EleutherAI/pythia-31m](https://huggingface.co/EleutherAI/pythia-31m) but saved explicitly in fp32 - see safetensors params.
|