NickyNicky commited on
Commit
93b938c
1 Parent(s): 22ea382

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -77,7 +77,7 @@ from transformers import (
77
  )
78
  import torch
79
 
80
- new_model= "Mix_TinyLlama-3x1B_oasst2_chatML_Cluster_3_2_1_V1"
81
  model = AutoModelForCausalLM.from_pretrained(#f'NickyNicky/{new_model}',
82
  new_model,
83
  device_map="auto",
 
77
  )
78
  import torch
79
 
80
+ new_model= "NickyNicky/Mix_TinyLlama-3x1B_oasst2_chatML_Cluster_3_2_1_V1"
81
  model = AutoModelForCausalLM.from_pretrained(#f'NickyNicky/{new_model}',
82
  new_model,
83
  device_map="auto",