wdevazelhes
commited on
Commit
•
116adab
1
Parent(s):
80b5b65
Update README.md
Browse files
README.md
CHANGED
@@ -51,8 +51,6 @@ Falcon3-1B-Instruct supports 4 languages (English, French, Spanish, Portuguese)
|
|
51 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
52 |
|
53 |
|
54 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
55 |
-
|
56 |
model_name = "tiiuae/Falcon3-1B-Instruct"
|
57 |
|
58 |
model = AutoModelForCausalLM.from_pretrained(
|
|
|
51 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
52 |
|
53 |
|
|
|
|
|
54 |
model_name = "tiiuae/Falcon3-1B-Instruct"
|
55 |
|
56 |
model = AutoModelForCausalLM.from_pretrained(
|