Spaces:
Build error
Build error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,15 @@
|
|
| 1 |
-
<<<<<<< HEAD
|
| 2 |
---
|
| 3 |
-
title:
|
| 4 |
emoji: π
|
| 5 |
colorFrom: red
|
| 6 |
colorTo: yellow
|
| 7 |
sdk: gradio
|
| 8 |
-
sdk_version:
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 15 |
-
=======
|
| 16 |
# ML Inference & Evaluation Pipeline (NLP)
|
| 17 |
|
| 18 |
This project demonstrates a **production-style machine learning pipeline** for serving and evaluating an NLP classification model under **CPU-only constraints**.
|
|
@@ -154,4 +151,4 @@ http://127.0.0.1:8000/docs
|
|
| 154 |
## π License
|
| 155 |
|
| 156 |
This project is intended for educational and demonstration purposes.
|
| 157 |
-
>>>>>>> 45c06fc (Initial commit: ML inference and evaluation pipeline)
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ML Inference Evaluation Pipeline
|
| 3 |
emoji: π
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.21.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# ML Inference & Evaluation Pipeline (NLP)
|
| 14 |
|
| 15 |
This project demonstrates a **production-style machine learning pipeline** for serving and evaluating an NLP classification model under **CPU-only constraints**.
|
|
|
|
| 151 |
## π License
|
| 152 |
|
| 153 |
This project is intended for educational and demonstration purposes.
|
| 154 |
+
>>>>>>> 45c06fc (Initial commit: ML inference and evaluation pipeline)
|