Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jul 21, 2022
1 parent 75262e8 commit 713739d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@

### baseline表现

baseline在a榜训练集(不含preliminary_extend_train.json)的情况下,训练到**第4个epoch**结束在a榜提交得分约为:**0.3587**
- baseline在a榜训练集(不含preliminary_extend_train.json)的情况下
- 训练到**第4个epoch**结束在a榜提交得分约为:**0.3587**

具体训练参数如下:

Expand All @@ -100,7 +101,8 @@ CUDA_VISIBLE_DEVICES=0,1,2,3 python -m src.train \
--freeze_embedding false
```

其中所用的预训练为:[chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext), 若使用Macbert可能会有进一步的提升
- 其中所用的预训练为:[chinese-roberta-wwm-ext](https://huggingface.co/hfl/chinese-roberta-wwm-ext)
- 若使用Macbert可能会有进一步的提升


### 开始训练
Expand Down

0 comments on commit 713739d

Please sign in to comment.