eleftherias commited on
Commit
8e5c39b
·
1 Parent(s): 695183e

Update upload instructions

Browse files
frontend/src/pages/AddModelPage/components/SubmissionGuide/SubmissionGuide.js CHANGED
@@ -58,8 +58,7 @@ const TUTORIAL_STEPS = [
58
  <Typography variant="body2" color="text.secondary">
59
  Your model should be <strong>public</strong> on the Hub and follow the{" "}
60
  <strong>username/model-id</strong> format (e.g.
61
- mistralai/Mistral-7B-v0.1). Specify the <strong>revision</strong>{" "}
62
- (commit hash or branch) and <strong>model type</strong>.
63
  </Typography>
64
  <DocLink href="https://huggingface.co/docs/hub/models-uploading">
65
  Model uploading guide
@@ -141,8 +140,7 @@ tokenizer = AutoTokenizer.from_pretrained("your-username/your-model", revision="
141
  content: (
142
  <Stack spacing={2}>
143
  <Typography variant="body2" color="text.secondary">
144
- Ensure your model is <strong>public</strong>, uses{" "}
145
- <strong>safetensors</strong> format, has a{" "}
146
  <strong>license tag</strong>, and <strong>loads correctly</strong>{" "}
147
  with the provided code.
148
  </Typography>
 
58
  <Typography variant="body2" color="text.secondary">
59
  Your model should be <strong>public</strong> on the Hub and follow the{" "}
60
  <strong>username/model-id</strong> format (e.g.
61
+ mistralai/Mistral-7B-v0.1).
 
62
  </Typography>
63
  <DocLink href="https://huggingface.co/docs/hub/models-uploading">
64
  Model uploading guide
 
140
  content: (
141
  <Stack spacing={2}>
142
  <Typography variant="body2" color="text.secondary">
143
+ Ensure your model is <strong>public</strong>, has a{" "}
 
144
  <strong>license tag</strong>, and <strong>loads correctly</strong>{" "}
145
  with the provided code.
146
  </Typography>