Skip to content

Commit

Permalink
Merge branch 'release/0.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
emfomy committed Apr 9, 2023
2 parents 61160ef + 0c9f7fc commit 0ac5925
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ sphinx:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats: all
formats:
- htmlzip

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
version: "3.6"
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Models
* `ALBERT Base <https://huggingface.co/ckiplab/albert-base-chinese>`_: ``ckiplab/albert-base-chinese``
* `BERT Tiny <https://huggingface.co/ckiplab/bert-tiny-chinese>`_: ``ckiplab/bert-tiny-chinese``
* `BERT Base <https://huggingface.co/ckiplab/bert-base-chinese>`_: ``ckiplab/bert-base-chinese``
* `GPT2 Tiny <https://huggingface.co/ckiplab/gpt2-tiny-chinese>`_: ``ckiplab/gpt2-tiny-chinese``
* `GPT2 Base <https://huggingface.co/ckiplab/gpt2-base-chinese>`_: ``ckiplab/gpt2-base-chinese``

- NLP Task Models
Expand Down Expand Up @@ -184,6 +185,7 @@ ckiplab/albert-tiny-chinese 4M 4.80 96.66% 94.48%
ckiplab/albert-base-chinese 11M 2.65 97.33% 95.30% 79.47%
ckiplab/bert-tiny-chinese 12M 8.07 96.98% 95.11% 74.21%
ckiplab/bert-base-chinese 102M 1.88 97.60% 95.67% 81.18%
ckiplab/gpt2-tiny-chinese 4M 16.94 -- -- --
ckiplab/gpt2-base-chinese 102M 8.36 -- -- --
-------------------------------- ----------- ----------- -------- ---------- ---------

Expand Down
2 changes: 1 addition & 1 deletion ckip_transformers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "2023 CKIP Lab"

__title__ = "CKIP Transformers"
__version__ = "0.3.3"
__version__ = "0.3.4"
__description__ = "CKIP Transformers"
__license__ = "GPL-3.0"

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Sphinx>=3
sphinx-rtd-theme>=0.5.0
Sphinx==5.3.0
sphinx-rtd-theme==1.2.0

0 comments on commit 0ac5925

Please sign in to comment.