mirror of
https://gitee.com/fastnlp/fastNLP.git
synced 2024-12-03 20:57:37 +08:00
update sst loader
This commit is contained in:
parent
429ff57846
commit
c54ebace2c
@ -8,6 +8,9 @@ from ..embed_loader import EmbeddingOption, EmbedLoader
|
||||
|
||||
|
||||
class SSTLoader(DataSetLoader):
|
||||
URL = 'https://nlp.stanford.edu/sentiment/trainDevTestTrees_PTB.zip'
|
||||
DATA_DIR = 'sst/'
|
||||
|
||||
"""
|
||||
别名::class:`fastNLP.io.SSTLoader` :class:`fastNLP.io.dataset_loader.SSTLoader`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user