Neo111x commited on
Commit
8aaf671
·
verified ·
1 Parent(s): 37eae19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,11 +99,11 @@ The faulty function is:
99
  """
100
 
101
  model = AutoModelForCausalLM.from_pretrained(
102
- "Neo111x/Falcon3-3B-Instruct-RL-CODE-FIX",
103
  trust_remote_code=True
104
  )
105
  tokenizer = AutoTokenizer.from_pretrained(
106
- "Neo111x/Falcon3-3B-Instruct-RL-CODE-FIX",
107
  trust_remote_code=True
108
  )
109
 
 
99
  """
100
 
101
  model = AutoModelForCausalLM.from_pretrained(
102
+ "Neo111x/Falcon3-3B-Instruct-RL-CODE-RL",
103
  trust_remote_code=True
104
  )
105
  tokenizer = AutoTokenizer.from_pretrained(
106
+ "Neo111x/Falcon3-3B-Instruct-RL-CODE-RL",
107
  trust_remote_code=True
108
  )
109