Noha90 commited on
Commit
7cd9f1e
·
1 Parent(s): a44422f

fix readme change it to Bioelectra

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -2
  2. README.md +1 -25
Dockerfile CHANGED
@@ -2,13 +2,13 @@ FROM python:3.9-slim
2
 
3
  WORKDIR /app
4
 
5
- # Install system dependencies
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends \
8
  build-essential \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
- # Set environment variables
12
  ENV TRANSFORMERS_CACHE=/app/cache
13
  ENV HF_HOME=/app/cache
14
  ENV PORT=7860
 
2
 
3
  WORKDIR /app
4
 
5
+ #system dependencies
6
  RUN apt-get update && \
7
  apt-get install -y --no-install-recommends \
8
  build-essential \
9
  && rm -rf /var/lib/apt/lists/*
10
 
11
+ # environment variables
12
  ENV TRANSFORMERS_CACHE=/app/cache
13
  ENV HF_HOME=/app/cache
14
  ENV PORT=7860
README.md CHANGED
@@ -1,27 +1,3 @@
1
- ---
2
- title: "NLP PG02"
3
- emoji: "🤗"
4
- colorFrom: "blue"
5
- colorTo: "green"
6
- sdk: "docker"
7
- sdk_version: "3.9"
8
- app_file: "app.py"
9
- app_port: 7860
10
- pinned: false
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
-
15
- # NLP-PG02
16
- A Flask web service for RoBERTa token classification model deployed on Hugging Face Spaces.
17
-
18
- ## Features
19
- - Token classification using RoBERTa model
20
- - Web interface for easy testing
21
- - REST API endpoints
22
- - Docker containerization
23
- - Hugging Face Spaces deployment
24
-
25
  ---
26
  title: "NLP PG02"
27
  emoji: "🤗"
@@ -34,4 +10,4 @@ pinned: false
34
  ---
35
 
36
  # NLP-PG02
37
- RoBERTa token classification model deployment
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: "NLP PG02"
3
  emoji: "🤗"
 
10
  ---
11
 
12
  # NLP-PG02
13
+ Best Model BioElectra token classification model deployment