Skip to content

Commit

Permalink
📝 Update document
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Jul 4, 2021
1 parent e4d4db4 commit 8f591eb
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,29 @@ Kashgari is a simple and powerful NLP Transfer learning framework, build a state

Welcome to add performance report.

| Task | Language | Dataset | Score |
| -------------------------- | -------- | --------------------------- | ------- |
| [Named Entity Recognition] | Chinese | [People's Daily Ner Corpus] | 95.57 |
| [Text Classification] | Chinese | [SMP2018ECDTCorpus] | 94.57 |
| Task | Language | Dataset | Score |
| -------------------------- | -------- | --------------------------- | ----- |
| [Named Entity Recognition] | Chinese | [People's Daily Ner Corpus] | 95.57 |
| [Text Classification] | Chinese | [SMP2018ECDTCorpus] | 94.57 |

## Installation

The project is based on Python 3.6+, because it is 2019 and type hinting is cool.

| Backend | pypi version | desc |
| Backend | kashgari version | desc |
| ---------------- | -------------------------------------- | --------------------- |
| TensorFlow 2.1+ | `pip install 'kashgari>=2.0.0'` | TF2.10+ with tf.keras |
| TensorFlow 2.2+ | `pip install 'kashgari>=2.0.2'` | TF2.10+ with tf.keras |
| TensorFlow 1.14+ | `pip install 'kashgari>=1.0.0,<2.0.0'` | TF1.14+ with tf.keras |
| Keras | `pip install 'kashgari<1.0.0'` | keras version |

You also need to install `tensorflow_addons` with TensorFlow.

| TensorFlow Version | tensorflow_addons version |
| ------------------------ | --------------------------------------- |
| TensorFlow 2.1 | `pip install tensorflow_addons==0.9.1` |
| TensorFlow 2.2 | `pip install tensorflow_addons==0.11.2` |
| TensorFlow 2.3, 2.4, 2.5 | `pip install tensorflow_addons==0.13.0` |

## Tutorials

Here is a set of quick tutorials to get you started with the library:
Expand Down

0 comments on commit 8f591eb

Please sign in to comment.