dixiyao commited on
Commit
378d4ec
1 Parent(s): c617dc5
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -33,7 +33,7 @@ class Llama3_8B_gen:
33
  def __init__(self, threshold):
34
  self.pipeline = transformers.pipeline(
35
  "text-generation",
36
- model="dixiyao/toxic-professor-bot-dpo_3epochs",
37
  token=os.getenv("HF_TOKEN"),
38
  model_kwargs={
39
  "torch_dtype": torch.float16,
 
33
  def __init__(self, threshold):
34
  self.pipeline = transformers.pipeline(
35
  "text-generation",
36
+ model="dixiyao/professor-bot-dpo_3epochs",
37
  token=os.getenv("HF_TOKEN"),
38
  model_kwargs={
39
  "torch_dtype": torch.float16,