yujiepan commited on
Commit
f508fde
·
verified ·
1 Parent(s): cc8ce56

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -23,10 +23,6 @@ model = AutoModelForCausalLM.from_pretrained(
23
  model_id, dtype=torch.bfloat16, device_map="auto"
24
  )
25
  messages = [
26
- {
27
- "role": "system",
28
- "content": [{"type": "text", "text": "You are a helpful assistant."}],
29
- },
30
  {
31
  "role": "user",
32
  "content": [
 
23
  model_id, dtype=torch.bfloat16, device_map="auto"
24
  )
25
  messages = [
 
 
 
 
26
  {
27
  "role": "user",
28
  "content": [