scfengv commited on
Commit
036c5c7
·
verified ·
1 Parent(s): 18f29f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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