cohere-ai / cohere-python

Python Library for Accessing the Cohere API
https://docs.cohere.ai
MIT License
278 stars 60 forks source link

Document the possible base_models #502

Open tleyden opened 2 months ago

tleyden commented 2 months ago

In the fine tuning docs it mentions:

BASE_MODEL OBJECT
name
string
The name of the base model.

What are the valid values for the base model? Can this be any model on HuggingFace hub?

I'm looking to fine-tune a Mistral 7B model.