Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlampig committed Nov 13, 2020
1 parent 121ce4f commit ed8faad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ python prepro.py
```bash
python train.py
```
* **predicting test samples in batches**:
```bash
python predict.py
```

<br>

Expand Down

5 comments on commit ed8faad

@hhhhhh45
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

请问,可以获得作者的.ph文件吗

@Schlampig
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the fine-tuned medicine-based model is private for some reason.
However, since the training corpus is provided, you can train your own medicine-based model from any general open-source pre-trained language models such as bert-base (refer to answers here #1

@hhhhhh45
Copy link

@hhhhhh45 hhhhhh45 commented on ed8faad Jan 14, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Schlampig
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could coordinate some hyper parameters such as learning rate、batch size、epoch ... to try it again.
Also make sure that the tokens and their tags are aligned after tokenization, while the model and its vocab file are loaded correctly ...

@hhhhhh45
Copy link

@hhhhhh45 hhhhhh45 commented on ed8faad Jan 14, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.