sanjay920 commited on
Commit
5f98df9
1 Parent(s): 928c9fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -69,4 +69,35 @@ Mistral-7B-Instruct-v0.3 is the result of further post-training on the base mode
69
  The model underwent additional training on a proprietary dataset encompassing diverse instruction-following, chat, and function calling data. This post-training process enhances the model's ability to integrate tools and manage complex interaction scenarios effectively.
70
 
71
  ## How to use
72
- Refer to https://docs.rubra.ai/inference/llamacpp for usage. Feel free to ask/open issues up in our Github repo: https://github.com/rubra-ai/rubra
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
  The model underwent additional training on a proprietary dataset encompassing diverse instruction-following, chat, and function calling data. This post-training process enhances the model's ability to integrate tools and manage complex interaction scenarios effectively.
70
 
71
  ## How to use
72
+ Refer to https://docs.rubra.ai/inference/llamacpp for usage. Feel free to ask/open issues up in our Github repo: https://github.com/rubra-ai/rubra
73
+
74
+ ## Limitations and Bias
75
+
76
+ While the model performs well on a wide range of tasks, it may still produce biased or incorrect outputs. Users should exercise caution and critical judgment when using the model in sensitive or high-stakes applications. The model's outputs are influenced by the data it was trained on, which may contain inherent biases.
77
+
78
+ ## Ethical Considerations
79
+
80
+ Users should ensure that the deployment of this model adheres to ethical guidelines and consider the potential societal impact of the generated text. Misuse of the model for generating harmful or misleading content is strongly discouraged.
81
+
82
+ ## Acknowledgements
83
+
84
+ We would like to thank Mistral for the model.
85
+
86
+ ## Contact Information
87
+
88
+ For questions or comments about the model, please reach out to [the rubra team](mailto:[email protected]).
89
+
90
+ ## Citation
91
+
92
+ If you use this work, please cite it as:
93
+
94
+ ```
95
+ @misc {rubra_ai_2024,
96
+ author = { Sanjay Nadhavajhala and Yingbei Tong },
97
+ title = { Rubra-Mistral-7B-Instruct-v0.3 },
98
+ year = 2024,
99
+ url = { https://huggingface.co/rubra-ai/Mistral-7B-Instruct-v0.3 },
100
+ doi = { 10.57967/hf/2656 },
101
+ publisher = { Hugging Face }
102
+ }
103
+ ```