Ali-Forootani commited on
Commit
2a4c4ca
1 Parent(s): c87fc17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1226,8 +1226,8 @@ model = LlavaNextForConditionalGeneration.from_pretrained(model_save_path)
1226
  # Push the processor and model to the Hugging Face Hub
1227
  from huggingface_hub import HfApi, login
1228
  login(token="your_huggingface_token")
1229
- processor.push_to_hub("Ali-Forootani/llava-v1.6-mistral-7b-hf_100epochs_fine_tune", use_auth_token=True)
1230
- model.push_to_hub("Ali-Forootani/llava-v1.6-mistral-7b-hf_100epochs_fine_tune", use_auth_token=True)
1231
 
1232
 
1233
  from huggingface_hub import HfApi, login
@@ -1244,8 +1244,8 @@ from huggingface_hub import HfApi, login
1244
  login(token="your_huggingface_token")
1245
 
1246
  # Define your Hugging Face repository name
1247
- # repo_name = "Ali-Forootani/llava-v1.6-mistral-7b_fine_tune_20epochs"
1248
- repo_name = "Ali-Forootani/llava-v1.6-mistral-7b-hf_100epochs_fine_tune"
1249
 
1250
  #######
1251
 
 
1226
  # Push the processor and model to the Hugging Face Hub
1227
  from huggingface_hub import HfApi, login
1228
  login(token="your_huggingface_token")
1229
+ processor.push_to_hub("your_hf_id/llava-v1.6-mistral-7b-hf_100epochs_fine_tune", use_auth_token=True)
1230
+ model.push_to_hub("your_hf_id/llava-v1.6-mistral-7b-hf_100epochs_fine_tune", use_auth_token=True)
1231
 
1232
 
1233
  from huggingface_hub import HfApi, login
 
1244
  login(token="your_huggingface_token")
1245
 
1246
  # Define your Hugging Face repository name
1247
+ # repo_name = "your_hf_id/llava-v1.6-mistral-7b_fine_tune_20epochs"
1248
+ repo_name = "your_hf_id/llava-v1.6-mistral-7b-hf_100epochs_fine_tune"
1249
 
1250
  #######
1251