ShubhamAC commited on
Commit
b08fca8
Β·
verified Β·
1 Parent(s): b02484e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -1,18 +1,15 @@
1
- <<<<<<< HEAD
2
  ---
3
- title: Ml Inference Evaluation Pipeline
4
  emoji: πŸ“ˆ
5
  colorFrom: red
6
  colorTo: yellow
7
  sdk: gradio
8
- sdk_version: 6.2.0
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)