Update README.md
Browse files
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-
|
| 103 |
trust_remote_code=True
|
| 104 |
)
|
| 105 |
tokenizer = AutoTokenizer.from_pretrained(
|
| 106 |
-
"Neo111x/Falcon3-3B-Instruct-RL-CODE-
|
| 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 |
|