Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

promptfooconfig.llama.yaml 604 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1. prompts:
  2. - 'Convert this English to {{language}}: {{input}}'
  3. - 'Translate to {{language}}: {{input}}'
  4. providers:
  5. - id: bedrock:us.meta.llama3-2-1b-instruct-v1:0
  6. label: llama3.2 1b
  7. - id: bedrock:us.meta.llama3-2-3b-instruct-v1:0
  8. label: llama3.2 3b
  9. - id: bedrock:us.meta.llama3-2-11b-instruct-v1:0
  10. label: llama3.2 11b
  11. - id: bedrock:us.meta.llama3-2-90b-instruct-v1:0
  12. label: llama3.2 90b
  13. config:
  14. options:
  15. max_new_tokens: 100
  16. tests:
  17. - vars:
  18. language: French
  19. input: Hello world
  20. - vars:
  21. language: Spanish
  22. input: Where is the library?
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...