Exveria commited on
Commit
7086125
·
verified ·
1 Parent(s): fcb82de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ We would like to take this opportunity to thank
67
  from transformers import AutoModelForCausalLM, AutoTokenizer
68
  import torch
69
 
70
- model_id = "Local-Novel-LLM-project/Ninja-v1-NSFW-128k"
71
  new_tokens = 1024
72
 
73
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, attn_implementation="flash_attention_2", device_map="auto")
 
67
  from transformers import AutoModelForCausalLM, AutoTokenizer
68
  import torch
69
 
70
+ model_id = "Local-Novel-LLM-project/Ninja-v1-NSFW"
71
  new_tokens = 1024
72
 
73
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype=torch.float16, attn_implementation="flash_attention_2", device_map="auto")