sanjay920 commited on
Commit
b33df23
1 Parent(s): b8be9f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -70,4 +70,34 @@ The model is the result of further post-training [meta-llama/Meta-Llama-3-8B-Ins
70
  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.
71
 
72
  ## How to use
73
- 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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70
  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.
71
 
72
  ## How to use
73
+ 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
74
+
75
+ ## Limitations and Bias
76
+
77
+ 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.
78
+
79
+ ## Ethical Considerations
80
+
81
+ 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.
82
+
83
+ ## Acknowledgements
84
+
85
+ We would like to thank Meta for the model.
86
+
87
+ ## Contact Information
88
+
89
+ For questions or comments about the model, please reach out to [the rubra team](mailto:[email protected]).
90
+
91
+ ## Citation
92
+
93
+ If you use this work, please cite it as:
94
+
95
+ ```
96
+ @misc {rubra_ai_2024,
97
+ author = { Sanjay Nadhavajhala and Yingbei Tong },
98
+ title = { Rubra-Meta-Llama-3-8B-Instruct },
99
+ year = 2024,
100
+ url = { https://huggingface.co/rubra-ai/Meta-Llama-3-8B-Instruct },
101
+ doi = { 10.57967/hf/2642 },
102
+ publisher = { Hugging Face }
103
+ }