Update README.md
Browse files
README.md
CHANGED
|
@@ -124,8 +124,7 @@ import os
|
|
| 124 |
from macro_correct.pytorch_user_models.csc.relm.predict import RelmPredict
|
| 125 |
|
| 126 |
|
| 127 |
-
path_model_dir = "
|
| 128 |
-
# path_model_dir = "Macropodus/relm_v1"
|
| 129 |
|
| 130 |
model = RelmPredict(path_model_dir, path_model_dir)
|
| 131 |
texts = ["真麻烦你了。希望你们好好的跳无",
|
|
|
|
| 124 |
from macro_correct.pytorch_user_models.csc.relm.predict import RelmPredict
|
| 125 |
|
| 126 |
|
| 127 |
+
path_model_dir = "Macropodus/relm_v1"
|
|
|
|
| 128 |
|
| 129 |
model = RelmPredict(path_model_dir, path_model_dir)
|
| 130 |
texts = ["真麻烦你了。希望你们好好的跳无",
|