Upload merged model and processor
Browse files
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
|
| 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)
|