Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- text-generation-inference
|
| 13 |
- Python
|
| 14 |
- Math
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |

|
|
@@ -99,4 +100,4 @@ print(outputs[0]["generated_text"][-1])
|
|
| 99 |
While capable of engaging in general conversations, its performance for non-mathematical tasks may not match models specifically tuned for broader use cases.
|
| 100 |
|
| 101 |
8. **Dependency on Python Libraries**:
|
| 102 |
-
Generated solutions may rely on specific Python libraries or functions, which users must have installed and configured correctly to execute the code successfully.
|
|
|
|
| 12 |
- text-generation-inference
|
| 13 |
- Python
|
| 14 |
- Math
|
| 15 |
+
- Llama
|
| 16 |
---
|
| 17 |
|
| 18 |

|
|
|
|
| 100 |
While capable of engaging in general conversations, its performance for non-mathematical tasks may not match models specifically tuned for broader use cases.
|
| 101 |
|
| 102 |
8. **Dependency on Python Libraries**:
|
| 103 |
+
Generated solutions may rely on specific Python libraries or functions, which users must have installed and configured correctly to execute the code successfully.
|