Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ paradigm = classify_question(question)
|
|
| 49 |
print(f"Recommended paradigm: {paradigm}") # Output: "chunked_symbolism"
|
| 50 |
```
|
| 51 |
|
| 52 |
-
For easier integration, we also provide a complete Python package implementation. See the [GitHub repository](https://github.com/
|
| 53 |
|
| 54 |
## Model Description
|
| 55 |
|
|
|
|
| 49 |
print(f"Recommended paradigm: {paradigm}") # Output: "chunked_symbolism"
|
| 50 |
```
|
| 51 |
|
| 52 |
+
For easier integration, we also provide a complete Python package implementation. See the [GitHub repository](https://github.com/SimonAytes/SoT) or the "Complete Package" section below for details.
|
| 53 |
|
| 54 |
## Model Description
|
| 55 |
|