Spaces:
Sleeping
Sleeping
usmansafdarktk
commited on
Commit
·
749dbd9
1
Parent(s):
919f56e
Add YAML metadata to README.md for Hugging Face Space
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## LaMini-LM API
|
2 |
This is a FastAPI-based API for text generation using the MBZUAI/LaMini-GPT-774M model from the LaMini-LM series. It allows users to send a text prompt and receive generated text.
|
3 |
## Installation
|
@@ -50,4 +59,4 @@ This API is designed to be deployed on Hugging Face Spaces using Docker. See Doc
|
|
50 |
## License
|
51 |
The LaMini-GPT-774M model is licensed under CC BY-NC 4.0 (non-commercial use only). Ensure compliance when using this API.
|
52 |
## Contributing
|
53 |
-
This project is a community contribution. If you’re from MBZUAI, feel free to adopt this Hugging Face Space! Contact for details.
|
|
|
1 |
+
---
|
2 |
+
title: LaMini-LM-API
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: docker
|
7 |
+
app_file: main.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
## LaMini-LM API
|
11 |
This is a FastAPI-based API for text generation using the MBZUAI/LaMini-GPT-774M model from the LaMini-LM series. It allows users to send a text prompt and receive generated text.
|
12 |
## Installation
|
|
|
59 |
## License
|
60 |
The LaMini-GPT-774M model is licensed under CC BY-NC 4.0 (non-commercial use only). Ensure compliance when using this API.
|
61 |
## Contributing
|
62 |
+
This project is a community contribution. If you’re from MBZUAI, feel free to adopt this Hugging Face Space! Contact for details.
|