Mghao commited on
Commit
1a081a4
1 Parent(s): 9f91572

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -112,7 +112,6 @@ class INFORMForSequenceClassification(LlamaPreTrainedModel):
112
 
113
  # Load model
114
  model_name = "infly/INF-ORM-Llama3.1-70B"
115
- model_name = "/inspire/ssd/ws-ba572160-47f8-4ca1-984e-d6bcdeb95dbb/a100-maybe/public/yangminghao/upload_2_model/INF-ORM-Llama3.1-70B"
116
  orm = INFORMForSequenceClassification.from_pretrained(
117
  model_name,
118
  torch_dtype=torch.bfloat16,
 
112
 
113
  # Load model
114
  model_name = "infly/INF-ORM-Llama3.1-70B"
 
115
  orm = INFORMForSequenceClassification.from_pretrained(
116
  model_name,
117
  torch_dtype=torch.bfloat16,