You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/administration/models.mdx
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,22 @@ Unstructured text generation in MOSTLY AI is available via the configuration of
13
13
14
14
You can use any text generation model available on Hugging Face. To do so, you can first acquire a Hugging Face token.
15
15
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
+
16
32
## Create a Hugging Face token
17
33
18
34
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