Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (fishaudio#32)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v2.3.0...v4.4.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.290](astral-sh/ruff-pre-commit@v0.0.280...v0.0.290)
- [github.com/psf/black: 22.12.0 → 23.9.1](psf/black@22.12.0...23.9.1)
- [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Sep 19, 2023
1 parent 4f7a381 commit 592ff30
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.280
rev: v0.0.290
hooks:
- id: ruff
args: [ --fix ]

- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
files: ^.*\.(py|md|rst|yml)$
Expand Down
2 changes: 1 addition & 1 deletion bert/bert-base-japanese-v3/vocab.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[unused7]
[unused8]
[unused9]

!
"
#
Expand Down
10 changes: 5 additions & 5 deletions bert/chinese-roberta-wwm-ext-large/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
language:
language:
- zh
tags:
- bert
Expand All @@ -9,9 +9,9 @@ license: "apache-2.0"
# Please use 'Bert' related functions to load this model!

## Chinese BERT with Whole Word Masking
For further accelerating Chinese natural language processing, we provide **Chinese pre-trained BERT with Whole Word Masking**.
For further accelerating Chinese natural language processing, we provide **Chinese pre-trained BERT with Whole Word Masking**.

**[Pre-Training with Whole Word Masking for Chinese BERT](https://arxiv.org/abs/1906.08101)**
**[Pre-Training with Whole Word Masking for Chinese BERT](https://arxiv.org/abs/1906.08101)**
Yiming Cui, Wanxiang Che, Ting Liu, Bing Qin, Ziqing Yang, Shijin Wang, Guoping Hu

This repository is developed based on:https://github.com/google-research/bert
Expand Down Expand Up @@ -46,12 +46,12 @@ If you find the technical report or resource is useful, please cite the followin
pages = "657--668",
}
```
- Secondary: https://arxiv.org/abs/1906.08101
- Secondary: https://arxiv.org/abs/1906.08101
```
@article{chinese-bert-wwm,
title={Pre-Training with Whole Word Masking for Chinese BERT},
author={Cui, Yiming and Che, Wanxiang and Liu, Ting and Qin, Bing and Yang, Ziqing and Wang, Shijin and Hu, Guoping},
journal={arXiv preprint arXiv:1906.08101},
year={2019}
}
```
```
2 changes: 1 addition & 1 deletion bert/chinese-roberta-wwm-ext-large/added_tokens.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion bert/chinese-roberta-wwm-ext-large/special_tokens_map.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
2 changes: 1 addition & 1 deletion bert/chinese-roberta-wwm-ext-large/tokenizer.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bert/chinese-roberta-wwm-ext-large/tokenizer_config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"init_inputs": []}
{"init_inputs": []}

0 comments on commit 592ff30

Please sign in to comment.