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 711 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
25
26
  1. # yaml-language-server: $schema=https://promptfoo.dev/config-schema.json
  2. description: 'Bedrock Llama Eval'
  3. prompts:
  4. - 'Convert this English to {{language}}: {{input}}'
  5. - 'Translate to {{language}}: {{input}}'
  6. providers:
  7. - id: bedrock:us.meta.llama3-2-1b-instruct-v1:0
  8. label: llama3.2 1b
  9. - id: bedrock:us.meta.llama3-2-3b-instruct-v1:0
  10. label: llama3.2 3b
  11. - id: bedrock:us.meta.llama3-2-11b-instruct-v1:0
  12. label: llama3.2 11b
  13. - id: bedrock:us.meta.llama3-2-90b-instruct-v1:0
  14. label: llama3.2 90b
  15. config:
  16. options:
  17. max_new_tokens: 100
  18. tests:
  19. - vars:
  20. language: French
  21. input: Hello world
  22. - vars:
  23. language: Spanish
  24. input: Where is the library?
Tip!

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

Comments

Loading...