dartpain commited on
Commit
5e70880
1 Parent(s): 3c9906c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,7 +62,7 @@ To prepare your prompts make sure you keep this format:
62
  ```
63
 
64
 
65
- Here is an example comparing it to tiiuae/falcon-7b-instruct
66
 
67
  Prompt:
68
  ```
@@ -206,7 +206,7 @@ docsgpt-14b:
206
  This is a mock request to the /api/answer endpoint using Python. It sends a JSON in the body with the question and other required parameters. The response is then parsed and returned.
207
  ```
208
 
209
- The original meta-llama/Llama-2-7b:
210
  ```
211
 
212
  # answer (POST http://127.0.0.1:5000/api/answer)
 
62
  ```
63
 
64
 
65
+ Here is an example comparing it to meta-llama/Llama-2-14b
66
 
67
  Prompt:
68
  ```
 
206
  This is a mock request to the /api/answer endpoint using Python. It sends a JSON in the body with the question and other required parameters. The response is then parsed and returned.
207
  ```
208
 
209
+ The original meta-llama/Llama-2-14b:
210
  ```
211
 
212
  # answer (POST http://127.0.0.1:5000/api/answer)