Update README.md
Browse files
README.md
CHANGED
@@ -41,9 +41,8 @@ model_path = snapshot_download(model_id)
|
|
41 |
model = ctranslate2.Generator(model_path, device='cuda')
|
42 |
tokenizer = transformers.AutoTokenizer.from_pretrained(model_id)
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
]
|
47 |
messages = [
|
48 |
{"role": "system", "content": "You are world class python programmer with deep expertise in Ploty for data visualisation and analysis. Given a input question and schema, answer with correct python plotly code"},
|
49 |
{"role": "user", "content": prompt},
|
|
|
41 |
model = ctranslate2.Generator(model_path, device='cuda')
|
42 |
tokenizer = transformers.AutoTokenizer.from_pretrained(model_id)
|
43 |
|
44 |
+
prompt= "plot a cgart for visualising employee and their years of experience.Assume any sample data df"
|
45 |
+
|
|
|
46 |
messages = [
|
47 |
{"role": "system", "content": "You are world class python programmer with deep expertise in Ploty for data visualisation and analysis. Given a input question and schema, answer with correct python plotly code"},
|
48 |
{"role": "user", "content": prompt},
|