Skip to content

Commit 1efb271

Browse files
committed
list recommended models
1 parent fdfe906 commit 1efb271

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/administration/models.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ Unstructured text generation in MOSTLY AI is available via the configuration of
1313

1414
You can use any text generation model available on Hugging Face. To do so, you can first acquire a Hugging Face token.
1515

16+
## Use cases
17+
18+
Adding a Hugging Face model to MOSTLY AI allows you to use it to generate synthetic text data using publicly accessible model repositories or your own fine-tuned adapters.
19+
20+
MOSTLY AI recommends the following powerful open-source or open-weight models to generate synthetic text data on the platform:
21+
22+
- [`gpt-oss-120B`](https://huggingface.co/openai/gpt-oss-120b) from OpenAI (USA)
23+
- [`Mistral-7B-Instruct-v0.2`](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) from Mistral AI (France)
24+
- [`Llama-3.1-8B-Instruct`](https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct) from Meta AI (USA)
25+
- [`Qwen-2.5-512B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-512B-Instruct) from Alibaba Cloud (China)
26+
- [`gemma-3-1b-it`](https://huggingface.co/google/gemma-3-1b-it) from Google (USA)
27+
28+
Each of these models is available for inspection on the [Hugging Face model hub](https://huggingface.co/models).
29+
30+
> You can also use your own fine-tuned adapters to generate synthetic text data. To do so, you can first [fine-tune the model on your own data](/generators/fine-tuning-llms) and then add the fine-tuned adapter to MOSTLY AI from the Hugging Face model hub.
31+
1632
## Create a Hugging Face token
1733

1834
You need to sign up or use an existing account to obtain a Hugging Face token. The token must have at least Read permissions. This document demonstrates the creation of a **Read** token. You can also use a **Fine-grained** token with the required read permissions.

0 commit comments

Comments
 (0)