T5 kbqa#13
Closed
wangguojim wants to merge 3 commits into
Closed
Conversation
marscrazy
reviewed
May 23, 2022
|
|
||
| class SeqDataset(Dataset): | ||
| """ | ||
| 针对特定数据集,定义一个相关的取数据的方式 |
Contributor
There was a problem hiding this comment.
translate it into English?
marscrazy
reviewed
May 23, 2022
|
|
||
| if __name__ == '__main__': | ||
| data_name = 'kgclue' | ||
| train_path = '/mnt/T5_JIEBA/input/train.csv' |
Contributor
There was a problem hiding this comment.
Could your give a demo datasets
marscrazy
reviewed
May 23, 2022
| @@ -0,0 +1,210 @@ | |||
| import sys | |||
| sys.path.append('/data/wang/models/FlagAI') | |||
Contributor
Author
|
fixed |
BAAI-WuDao
added a commit
that referenced
this pull request
Jun 29, 2022
* fixed tokenizer in glm blankfilling Signed-off-by: Anhforth <yanzhaodong2021@163.com> * Update glm_generate_samples_en.py Co-authored-by: Anhforth <yanzhaodong2021@163.com> Co-authored-by: Zac Liu <liuguang@baai.ac.cn>
BAAI-OpenPlatform
pushed a commit
to FlagOpen/FlagAI
that referenced
this pull request
Sep 20, 2023
merge master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
t5 ner task and generate qa pairs from knowledge graph triples