maxhirez commited on
Commit
02ccb84
·
verified ·
1 Parent(s): cedbcf8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -39,7 +39,9 @@ from mlx_lm import load, generate
39
 
40
  model, tokenizer = load("maxhirez/mdna-gemma-3-27b-it")
41
 
42
- prompt = "You are the CEO of a NASDAQ listed entity. Generate the Q2 financial report for a quarter where the enterprise beat expectations by 2% ($4BN) but are down from last quarter due to tarif related uncertainty."
 
 
43
 
44
  if tokenizer.chat_template is not None:
45
  messages = [{"role": "user", "content": prompt}]
 
39
 
40
  model, tokenizer = load("maxhirez/mdna-gemma-3-27b-it")
41
 
42
+ prompt = '''You are the CEO of a NASDAQ listed entity. Generate the Q2 financial
43
+ report for a quarter where the enterprise beat expectations by 2% ($4BN)
44
+ but earnings are down from last quarter due to tarif related uncertainty.'''
45
 
46
  if tokenizer.chat_template is not None:
47
  messages = [{"role": "user", "content": prompt}]