alexchen4ai commited on
Commit
969d794
1 Parent(s): 740b2a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -38,10 +38,12 @@ Octopus-V4-3B, an advanced open-source language model with 3 billion parameters,
38
 
39
  ## Example Use Cases
40
 
 
 
41
 
42
- <p align="center" width="100%">
43
- <a><img src="tool-usage.png" alt="ondevice" style="width: 80%; min-width: 300px; display: block; margin: auto;"></a>
44
- </p>
45
 
46
  You can run the model on a GPU using the following code.
47
  ```python
 
38
 
39
  ## Example Use Cases
40
 
41
+ ```text
42
+ Query: Tell me the result of derivative of x^3 when x is 2?
43
 
44
+ # <nexa_4> represents the math gpt.
45
+ Response: <nexa_4> ('Determine the derivative of the function f(x) = x^3 at the point where x equals 2, and interpret the result within the context of rate of change and tangent slope.')<nexa_end>
46
+ ```
47
 
48
  You can run the model on a GPU using the following code.
49
  ```python