dododododo commited on
Commit
da94d14
1 Parent(s): 564c71a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -52,4 +52,16 @@ input_ids = tokenizer.apply_chat_template(conversation=messages, add_generation_
52
  output_ids = model.generate(input_ids.to('cuda'), max_new_tokens=20)
53
  response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)
54
  print(response)
55
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  output_ids = model.generate(input_ids.to('cuda'), max_new_tokens=20)
53
  response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tokens=True)
54
  print(response)
55
+ ```
56
+
57
+ ## Disclaimer
58
+
59
+ This model, developed for academic purposes, employs rigorously compliance-checked training data to uphold the highest standards of integrity and compliance. Despite our efforts, the inherent complexities of data and the broad spectrum of model applications prevent us from ensuring absolute accuracy or appropriateness of the model outputs in every scenario.
60
+
61
+ It is essential to highlight that our model and its associated training data are intended solely for scholarly research. We explicitly disclaim any liability for problems that may arise from improper use, interpretation errors, unlawful activities, the dissemination of false information, or any data security issues related to the utilization of our model or its training data.
62
+
63
+ We strongly encourage users to report any concerns related to data misuse, security breaches, or potential infringement issues directly to us for immediate investigation and resolution.
64
+
65
+ #### Contact: {`ge.zhang@uwaterloo.ca; duxinrun2000@gmail.com`}
66
+
67
+ Our commitment to responsible data sharing and the security of our academic tools is paramount. We thank you for your cooperation in maintaining the ethical use of this technology.