Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WayneJin0918 authored Oct 29, 2023
1 parent 14f1543 commit 5740b35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ You can change hyperparameters for SemiReward by configurations (.yaml files) li
semilearn/algorithms/srflexmatch/srflexmatch.py
```

**Tips:** For users in some areas of China, huggingface region locking occurs, so local pre-training weights need to be used when using the Bert and huBert models. Take the Bert model as an example, you need to focus on `./semilearn/datasets/collactors/nlp_collactor.py`, find line 102 to change it's address into your local folder for Bert. Also, in file `./semilearn/nets/bert/bert.py` line 13, it need to the same way to adjust.

### Evaluation

After training, you can check the evaluation performance on training logs, or running evaluation script:
Expand Down

0 comments on commit 5740b35

Please sign in to comment.