Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ import torch
|
|
22 |
|
23 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
24 |
|
25 |
-
model_name = "cnmoro/
|
26 |
|
27 |
model = AutoModelForCausalLM.from_pretrained(
|
28 |
model_name,
|
|
|
22 |
|
23 |
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
24 |
|
25 |
+
model_name = "cnmoro/Qwen0.5b-RagSemanticChunker"
|
26 |
|
27 |
model = AutoModelForCausalLM.from_pretrained(
|
28 |
model_name,
|