Elvis-t9 commited on
Commit
a14932e
·
verified ·
1 Parent(s): 8893b7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -75,7 +75,7 @@ from sentence_transformers import SentenceTransformer
75
  # Load the model
76
  model = SentenceTransformer("codefuse-ai/C2LLM-7B", trust_remote_code=True, tokenizer_kwargs={"padding_side":"left"})
77
 
78
- # Prepare the instruction
79
  instruction = "xxxxx"
80
 
81
  # Prepare the data
 
75
  # Load the model
76
  model = SentenceTransformer("codefuse-ai/C2LLM-7B", trust_remote_code=True, tokenizer_kwargs={"padding_side":"left"})
77
 
78
+ # Prepare your custom instruction
79
  instruction = "xxxxx"
80
 
81
  # Prepare the data