# Generate HuggingFace Job Template

**CLI:** 1node create:huggingface

**API:**

POST /v1/templates/huggingface

**Body (JSON):**

```
{ "modelId":"bert-base-uncased","task":"text-classification","gpu":"A100","port":5000 }
```

**Response (201):**

```
{ "templatePath":"/workspace/hf-bert-base-uncased.job.json" }
```
