Update README.md
Browse files
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 |
-
<
|
43 |
-
<
|
44 |
-
|
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
|