ByteForge commited on
Commit
2616182
1 Parent(s): 0c92a8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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
- messages=[
45
- { 'role': 'user', 'content': "write a quick sort algorithm in python."}
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},