sanjay920 commited on
Commit
533bb65
1 Parent(s): a16e449

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -71,4 +71,35 @@ The model is the result of further post-training [Qwen/Qwen2-7B-Instruct](https:
71
  The model was post-trained (freeze tuned & DPO) on a proprietary dataset consisting of diverse function calling, chat, and instruct data.
72
 
73
  ## How to use
74
- 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  The model was post-trained (freeze tuned & DPO) on a proprietary dataset consisting of diverse function calling, chat, and instruct data.
72
 
73
  ## How to use
74
+ 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
75
+
76
+ ## Limitations and Bias
77
+
78
+ 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.
79
+
80
+ ## Ethical Considerations
81
+
82
+ 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.
83
+
84
+ ## Acknowledgements
85
+
86
+ We would like to thank Alibaba Cloud for the model.
87
+
88
+ ## Contact Information
89
+
90
+ For questions or comments about the model, please reach out to [the rubra team](mailto:rubra@acorn.io).
91
+
92
+ ## Citation
93
+
94
+ If you use this work, please cite it as:
95
+
96
+ ```
97
+ @misc {rubra_ai_2024,
98
+ author = { Sanjay Nadhavajhala and Yingbei Tong },
99
+ title = { Rubra-Qwen2-7B-Instruct },
100
+ year = 2024,
101
+ url = { https://huggingface.co/rubra-ai/Qwen2-7B-Instruct },
102
+ doi = { 10.57967/hf/2658 },
103
+ publisher = { Hugging Face }
104
+ }
105
+ ```