This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
fastNLP
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
1b477a95b0
f15bd5aacd
commit
426e762ffb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save