Zwounds commited on
Commit
772b85e
·
verified ·
1 Parent(s): 023b896

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -39,7 +39,7 @@ def load_model():
39
  """Load the model and set up tokenizer."""
40
  logger.info("Loading model...")
41
  model = AutoModelForCausalLM.from_pretrained(
42
- "boolean_model_merged",
43
  device_map="auto",
44
  torch_dtype=torch.float16
45
  )
 
39
  """Load the model and set up tokenizer."""
40
  logger.info("Loading model...")
41
  model = AutoModelForCausalLM.from_pretrained(
42
+ "Zwounds/boolean_model_merged",
43
  device_map="auto",
44
  torch_dtype=torch.float16
45
  )