Browse Source

Merge pull request #109 from fastnlp/xuyige-patch-1

update README.md
tags/v0.3.0
Yunfan Shao GitHub 6 years ago
parent
commit
426e762ffb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      README.md

+ 3
- 0
README.md View File

@@ -30,6 +30,7 @@ A deep learning NLP model is the composition of three types of modules:
<td> decode the representation into the output </td> <td> decode the representation into the output </td>
<td> MLP, CRF </td> <td> MLP, CRF </td>
</tr> </tr>
</table>


For example: For example:


@@ -37,9 +38,11 @@ For example:


## Requirements ## Requirements


- Python>=3.6
- numpy>=1.14.2 - numpy>=1.14.2
- torch>=0.4.0 - torch>=0.4.0
- tensorboardX - tensorboardX
- tqdm>=4.28.1




## Resources ## Resources


Loading…
Cancel
Save