Gets the tokenizer that was used to train a model
GET/models/:modelName/tokenizer
Returns a representation of the tokenizer that was used to train that model
Request
Path Parameters
modelName stringrequired
Name of the model
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...