Learn how to upload Prem datasets and finetuned models to Hugging Face
Download Your Dataset Snapshot
Downloads
folder. When you unzip it, you will see three files:
train.jsonl
, validation.jsonl
, and full.jsonl
.Upload Dataset to Hugging Face
huggingface_hub
installed using pip and you have logged in using the following command:base_model_id
from Hugging Face that corresponds to the model you fine-tuned. You can find the base model name in your fine-tuning page, then use the table below to get the correct Hugging Face model ID.Model Name | Hugging Face Model ID |
---|---|
llama3.2-1b | meta-llama/Llama-3.2-1B |
llama3.2-3b | meta-llama/Llama-3.2-3B |
llama3.1-8b | meta-llama/Llama-3.1-8B |
qwen2.5-0.5b | Qwen/Qwen2.5-0.5B |
qwen2.5-1.5b | Qwen/Qwen2.5-1.5B |
qwen2.5-3b | Qwen/Qwen2.5-3B |
qwen2.5-7b | Qwen/Qwen2.5-7B |
gemma3-1b | google/gemma-3-1b-it |
gemma3-4b | google/gemma-3-4b-it |
smolllm-135m | HuggingFaceTB/SmolLM-135M |
smolllm-360m | HuggingFaceTB/SmolLM-360M |
smolllm-1.7b | HuggingFaceTB/SmolLM-1.7B |
phi-3.5-mini | microsoft/Phi-3.5-mini-instruct |
phi-4-mini | microsoft/Phi-4-mini-instruct |
qwen2.5-math-1.5b | Qwen/Qwen2.5-Math-1.5B |
qwen2.5-math-7b | Qwen/Qwen2.5-Math-7B |