HuggingFace Server
Pipeline parameters
Name
Description
Simple Example
apiVersion: machinelearning.seldon.io/v1alpha2
kind: SeldonDeployment
metadata:
name: gpt2-model
spec:
protocol: v2
predictors:
- graph:
name: transformer
implementation: HUGGINGFACE_SERVER
parameters:
- name: task
type: STRING
value: text-generation
- name: pretrained_model
type: STRING
value: distilgpt2
name: default
replicas: 1Quantized & Optimized Models with Optimum
Custom Model Example
Last updated
Was this helpful?