Transformers
English
Inference Endpoints
shreyans92dhankhar commited on
Commit
15e9bb0
·
1 Parent(s): 1ad8379

Updated example

Browse files
Files changed (1) hide show
  1. README.md +13 -7
README.md CHANGED
@@ -83,19 +83,25 @@ model.eval()
83
  <details>
84
  <summary> Click to expand </summary>
85
 
86
- ```python
87
  ### Instruction:
88
- Create a condition for payment for Software License Agreement in Technology industry
89
 
90
  ### Input:
91
-
92
 
93
  ### Response:
94
 
95
- Output: 'Payment for the Software License Agreement shall be made in accordance with the terms and conditions set forth in the agreement.
96
- The licensee shall pay the license fee within thirty (30) days of the date of invoice. In the event that the licensee fails to make payment within the specified time frame,
97
- the license shall automatically lapse and the license holder shall be liable for all costs and expenses incurred by the licenser in recovering the outstanding amount.
98
- The payment shall be processed through a secure payment gateway and the payment details shall be provided to the licenseer upon request.'
 
 
 
 
 
 
 
99
  ```
100
  </details>
101
 
 
83
  <details>
84
  <summary> Click to expand </summary>
85
 
86
+ ```text
87
  ### Instruction:
88
+ Create a legal exhibit for the list of confidential information for Non-Disclosure Agreement (NDA) in Employment industry
89
 
90
  ### Input:
 
91
 
92
  ### Response:
93
 
94
+ Exhibit A: List of Confidential Information
95
+ The following information is considered confidential and proprietary to the Company:
96
+ 1. Trade secrets, including but not limited to, formulas, patterns, compilations, programs, devices, methods, techniques, and processes, and any other information that is not generally known to the public.
97
+ 2. Customer lists, including personal information, financial information, and other information related to the customer's business.
98
+ 3. Marketing and sales strategies, including customer preferences, buying habits, and sales forecasts.
99
+ 4. Financial information, including budgets, forecasts, and financial statements.
100
+ 5. Intellectual property, including patents, trademarks, copyrights, trade names, and service marks.
101
+ 6. Any other information designated as confidential by the Company in writing.
102
+ The Employee agrees to maintain the confidentiality of all such information and not to disclose it to any third party without the prior written consent of the Company.
103
+ The employee further agrees not to use any such information for any purpose other than as necessary to perform their duties for the Company, except as required by law.
104
+ This Exhibited List of Information is incorporated into and made a part of the Non-Disclosure Agreement between the Company and the Employee.
105
  ```
106
  </details>
107