Update README.md
Browse files
README.md
CHANGED
|
@@ -47,4 +47,38 @@ Additionally, each generated summary is analyzed for sentiment using a pre-train
|
|
| 47 |
- Hugging Face Sentiment Analysis Pipeline
|
| 48 |
- Gradio for interactive UI
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 47 |
- Hugging Face Sentiment Analysis Pipeline
|
| 48 |
- Gradio for interactive UI
|
| 49 |
|
| 50 |
+
|
| 51 |
+
**Outputs:**
|
| 52 |
+
|
| 53 |
+
| Model | Summary | Sentiment |
|
| 54 |
+
|-----------------|--------------------------------------|----------------|
|
| 55 |
+
| BART Large CNN | AI is transforming the world in many areas including healthcare and education. | POSITIVE (0.99) |
|
| 56 |
+
| T5 Small | AI tools help humans solve problems faster and efficiently. | POSITIVE (0.98) |
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
## Deployment
|
| 61 |
+
|
| 62 |
+
- Hosted on [Hugging Face Spaces](https://huggingface.co/spaces/bharathi212/Multimodel_summarizer)
|
| 63 |
+
- CPU-only deployment (default free tier)
|
| 64 |
+
- GPU upgrade optional for faster inference
|
| 65 |
+
|
| 66 |
+
---
|
| 67 |
+
|
| 68 |
+
## License
|
| 69 |
+
|
| 70 |
+
This project is licensed under the **MIT License**.
|
| 71 |
+
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
+
## Author
|
| 75 |
+
|
| 76 |
+
**Bharathi212**
|
| 77 |
+
- Hugging Face profile: [https://huggingface.co/bharathi212](https://huggingface.co/bharathi212)
|
| 78 |
+
- Certificate: Completed **Hugging Face Fundamentals of LLMs Course**
|
| 79 |
+
|
| 80 |
+
---
|
| 81 |
+
|
| 82 |
+
✨ Try it now and see how different models summarize the same text!
|
| 83 |
+
|
| 84 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|