ricklamers
commited on
Commit
·
b44e8e0
1
Parent(s):
284c57d
chore: add sampling note
Browse files
README.md
CHANGED
@@ -41,6 +41,8 @@ This model is designed for research and development in tool use and function cal
|
|
41 |
- The model may still produce inaccurate or biased content in some cases
|
42 |
- Users are responsible for implementing appropriate safety measures for their specific use case
|
43 |
|
|
|
|
|
44 |
## Ethical Considerations
|
45 |
|
46 |
While fine-tuned for tool use, this model inherits the ethical considerations of the base Llama 3 model. Use responsibly and implement additional safeguards as needed for your application.
|
|
|
41 |
- The model may still produce inaccurate or biased content in some cases
|
42 |
- Users are responsible for implementing appropriate safety measures for their specific use case
|
43 |
|
44 |
+
Note the model is quite sensitive to the `temperature` and `top_p` sampling configuration. Start at `temperature=0.5, top_p=0.65` and move up or down as needed.
|
45 |
+
|
46 |
## Ethical Considerations
|
47 |
|
48 |
While fine-tuned for tool use, this model inherits the ethical considerations of the base Llama 3 model. Use responsibly and implement additional safeguards as needed for your application.
|