Transformers
English
Inference Endpoints
shreyans92dhankhar commited on
Commit
50617d6
1 Parent(s): fe0c426

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -77,6 +77,27 @@ model.eval()
77
 
78
  </details>
79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
82
 
 
77
 
78
  </details>
79
 
80
+ ### Example
81
+
82
+
83
+ <details>
84
+ <summary> Click to expand </summary>
85
+
86
+ ```python
87
+ ### Instruction:
88
+ Include a language in the agreement's final paragraph specifying how confidential information will be returned.
89
+
90
+ ### Input:
91
+ Confidentiality: The Receiving Party agrees to hold in confidence the Confidential Information and not to use or disclose the Confidential Information except as necessary to perform its obligations hereunder or as required by law. The Receiving Party will use the same degree of care that it uses to protect its own confidential information of like kind (but in no event less than reasonable care) to protect the confidentiality and avoid the unauthorized use, disclosure, publication or dissemination of the Confidential Information. The Receiving Party will promptly notify the Disclosing Party in writing of any unauthorized use or disclosure of the Confidential Information.
92
+
93
+ ### Response:
94
+
95
+ output prediction: ['Confidentiality: The Receiving Party agrees to hold in confidence the Confidential Information and not to use or disclose the Confidentious Information except as necessary to perform its obligations hereunder or as required by law. The Receivable Party will use the same degree of care that it uses to protect its own confidential information of like kind (but in no event less than reasonable care) to protect the confidentiality and avoid the unauthorized use, disclosure, publication or dissemination of the Confidence Information. The Receiver Party will promptly notify the Disclosing Party in writing of any unauthorized uses or disclosures of the confidential information. Upon termination or expiration of this Agreement, the Receiving Partie will promptly return to the DISCLOSING PARTY all Confidencial Information received from the OTHER PARTIES, including all copies, extracts, summaries, or other reproductions thereof.']
96
+ ```
97
+
98
+ </details>
99
+
100
+
101
 
102
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
103