GGUF
English
Spanish
lexic
smartloop
conversational
mehfuzh commited on
Commit
15e9402
·
verified ·
1 Parent(s): 19e0fae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -39,7 +39,7 @@ prompt_template = PromptTemplate(
39
  template=template
40
  )
41
 
42
- query = "Where is Lexic?"
43
 
44
  start_time = time.time()
45
  print('Responding:', start_time)
@@ -57,6 +57,12 @@ print(output['choices'][0]['text'])
57
 
58
  ```
59
 
 
 
 
 
 
 
60
  ### Direct Use
61
 
62
  This fine-tuned model is based on meta-llama 3.2 with Lexic AI-related contents, intended to use by https://smartloop.ai as a based model
 
39
  template=template
40
  )
41
 
42
+ query = "What is a connector?"
43
 
44
  start_time = time.time()
45
  print('Responding:', start_time)
 
57
 
58
  ```
59
 
60
+ Output:
61
+
62
+ ```
63
+ A connector is a tool that allows you to integrate external services, APIs, and software programs with Lexic.AI's platform. It enables seamless data exchange, automation of tasks, and enhances the overall capabilities of Lexic.AI by leveraging the features of external systems.
64
+ ```
65
+
66
  ### Direct Use
67
 
68
  This fine-tuned model is based on meta-llama 3.2 with Lexic AI-related contents, intended to use by https://smartloop.ai as a based model