Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,14 @@ datasets:
|
|
| 31 |
|
| 32 |
- **Repository:** [scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments](https://github.com/scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments)
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
## How to Get Started with the Model
|
| 35 |
|
| 36 |
```python
|
|
|
|
| 31 |
|
| 32 |
- **Repository:** [scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments](https://github.com/scfengv/NLP_DL-Topic-Modeling-for-TVL-livestream-comments)
|
| 33 |
|
| 34 |
+
## Model Inference Examples
|
| 35 |
+
|
| 36 |
+
To run the text classification inference, use the following command:
|
| 37 |
+
```bash
|
| 38 |
+
python inference_example_1.py
|
| 39 |
+
python inference_example_2.py
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
## How to Get Started with the Model
|
| 43 |
|
| 44 |
```python
|