Update README.md
Browse files
README.md
CHANGED
@@ -38,8 +38,8 @@ You can use this model directly with a pipeline for text generation. This exampl
|
|
38 |
|
39 |
```py
|
40 |
from transformers import AutoModelForCausalLM, AutoTokenizer, FlaxAutoModelForCausalLM
|
41 |
-
model = AutoModelForCausalLM.from_pretrained("
|
42 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
43 |
prompt = """
|
44 |
A function to greet user. Given a user name it should say hello
|
45 |
def greet(name):
|
|
|
38 |
|
39 |
```py
|
40 |
from transformers import AutoModelForCausalLM, AutoTokenizer, FlaxAutoModelForCausalLM
|
41 |
+
model = AutoModelForCausalLM.from_pretrained("flagopen/CodeLlama-7b-Python-taco")
|
42 |
+
tokenizer = AutoTokenizer.from_pretrained("flagopen/CodeLlama-7b-Python-taco")
|
43 |
prompt = """
|
44 |
A function to greet user. Given a user name it should say hello
|
45 |
def greet(name):
|