This REST API provides programmatic access to all research aspects of this OCHRE site, subject to the same authentication and permissions checks that govern the web interface.
GET /api/machinelearningmodel/create/huggingface/
HTTP 200 OK
	  Allow: GET, POST, HEAD, OPTIONS
	  Content-Type: application/json
	  Vary: Accept
	  
	{
    "name": "",
    "force": null,
    "huggingface_name": "",
    "created_by": null
}
A unique name for this object, typically just a unique lowercase string.
Overwrite any existing model of the same name and creator
Name of a HuggingFace model, e.g. 'facebook/detr-resnet-50'