RioJune commited on
Commit
d065e32
·
verified ·
1 Parent(s): 610d1df

Upload merged model and processor

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ if __name__ == "__main__":
93
  definition = "Scarring of the lung tissue creating a dense fibrous appearance."
94
 
95
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
96
- model_name = "RioJune/AG-KD-merged"
97
 
98
  model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True).to(device)
99
  processor = AutoProcessor.from_pretrained(model_name, trust_remote_code=True)
 
93
  definition = "Scarring of the lung tissue creating a dense fibrous appearance."
94
 
95
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
96
+ model_name = "RioJune/AG-KD"
97
 
98
  model = AutoModelForCausalLM.from_pretrained(model_name, trust_remote_code=True).to(device)
99
  processor = AutoProcessor.from_pretrained(model_name, trust_remote_code=True)