Gengzigang
commited on
Commit
·
889d606
1
Parent(s):
52e9e56
update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ class LlamaVec_1B_FeatureExtractor(nn.Module):
|
|
| 29 |
def __init__(self):
|
| 30 |
super().__init__()
|
| 31 |
|
| 32 |
-
model_path = 'LLM2CLIP-Llama-3
|
| 33 |
config = AutoConfig.from_pretrained(model_path)
|
| 34 |
|
| 35 |
model = AutoModel.from_pretrained(model_path, config=config, trust_remote_code=True, torch_dtype=torch.bfloat16)
|
|
|
|
| 29 |
def __init__(self):
|
| 30 |
super().__init__()
|
| 31 |
|
| 32 |
+
model_path = 'microsoft/LLM2CLIP-Llama-3.2-1B-Instruct-CC-Finetuned'
|
| 33 |
config = AutoConfig.from_pretrained(model_path)
|
| 34 |
|
| 35 |
model = AutoModel.from_pretrained(model_path, config=config, trust_remote_code=True, torch_dtype=torch.bfloat16)
|