Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cailurus authored Dec 25, 2018
1 parent 2547c7e commit 506ff35
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<p align="center">Rising a torch in the cave to see the words on the wall. Tag short text in 3 lines. This is the **Caver**. Caver uses Facebook's [PyTorch](https://pytorch.org/) project to make the implementation easier.</p>

<p align="center">
<a href="https://pypi.org/search/?q=bert-serving">
<a href="https://pypi.org/project/caver/">
<img src="https://img.shields.io/pypi/v/caver.svg?colorB=brightgreen"
alt="Pypi package">
</a>
<a href="https://github.com/hanxiao/bert-as-service/releases">
<a href="https://github.com/guokr/caver/releases">
<img src="https://img.shields.io/github/release/guokr/caver.svg"
alt="GitHub release">
</a>
<a href="https://github.com/hanxiao/bert-as-service/issues">
<a href="https://github.com/guokr/caver/issues">
<img src="https://img.shields.io/github/issues/guokr/caver.svg"
alt="GitHub issues">
</a>
Expand All @@ -24,13 +24,13 @@
<a href="#did-you-guys-have-some-pre-trained-models">Pre-trained models</a> •
<a href="#How-to-train-on-your-own-dataset">Train</a> •
<a href="#more-examples">Examples</a>

<a href="https://guokr.github.io/Caver/">Document</a>
</p>

<p align="center">
<img src=".github/demo.gif?raw=true" width="700">
</p>


<h2 align="center">Quick Demo</h2>

```python
Expand All @@ -46,8 +46,6 @@ model.predict(sentence[1], top_k=10)
>>> ['篮球', 'NBA', '体育', 'NBA 球员', '运动']
```

[Documents](https://guokr.github.io/Caver)

<h2 align="center">Requirements</h2>

* PyTorch
Expand Down

0 comments on commit 506ff35

Please sign in to comment.