sanjay920 commited on
Commit
f65d3c7
1 Parent(s): 636af97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -70,4 +70,34 @@ Gemma-1.1-2B-IT is the result of post-training on the base model [google/gemma-1
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 Google for the model.
86
+
87
+ ## Contact Information
88
+
89
+ For questions or comments about the model, please reach out to [the rubra team](mailto:rubra@acorn.io).
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-Gemma-1.1-2B-IT },
99
+ year = 2024,
100
+ url = { https://huggingface.co/rubra-ai/gemma-1.1-2b-it },
101
+ doi = { 10.57967/hf/2647 },
102
+ publisher = { Hugging Face }
103
+ }