Request Inference API for Valtry/my-gpt-2
#2
by
Valtry
- opened
Hello Hugging Face team,
I'd like to request Inference API support for my model: Valtry/my-gpt-2.
All required files have been uploaded:
config.jsongeneration_config.jsontokenizer.json,vocab.json,merges.txtspecial_tokens_map.jsonpytorch_model.binandmodel.safetensors- Correct
README.mdwithpipeline_tag: text-generation
The model is working locally via Transformers pipeline, and I would like it to be available via API at:
https://api-inference.huggingface.co/models/Valtry/my-gpt-2
Thank you!