Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model is randomly initialized, using the config from [https://huggingface.co/tiiuae/falcon-7b] but with smaller size.
|
| 2 |
Note the model is in float16.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: text-generation
|
| 3 |
+
inference: true
|
| 4 |
+
widget:
|
| 5 |
+
- text: 'Hello!'
|
| 6 |
+
example_title: Hello world
|
| 7 |
+
group: Python
|
| 8 |
+
library_name: transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
This model is randomly initialized, using the config from [https://huggingface.co/tiiuae/falcon-7b] but with smaller size.
|
| 12 |
Note the model is in float16.
|
| 13 |
|