WebashalarForML commited on
Commit
3a5bd72
1 Parent(s): 82fe3fd

Update utility/utils.py

Browse files
Files changed (1) hide show
  1. utility/utils.py +1 -1
utility/utils.py CHANGED
@@ -190,7 +190,7 @@ def Data_Extractor(data, client=client):
190
  Output:
191
  '''
192
  # Call the API for inference
193
- response = client.text_generation(text, max_new_tokens=1000, temperature=0.4, top_k=50, top_p=0.9, repetition_penalty=1.2)
194
 
195
  print("parse in text ---:",response)
196
 
 
190
  Output:
191
  '''
192
  # Call the API for inference
193
+ response = client.text_generation(text, max_new_tokens=1000)#, temperature=0.4, top_k=50, top_p=0.9, repetition_penalty=1.2)
194
 
195
  print("parse in text ---:",response)
196