We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问一下可以提供label_dict.json和label.json吗?或者给一个简单的样例,我想在我们的数据集上做一个对比实验看一下结果,谢谢!
The text was updated successfully, but these errors were encountered:
labels.json 大概内容是一个 Set<str>,差不多 {"VarName", "FuncName", ...} 这种的,label_dict.json 是一个 Dict[str, int],大致就是将 labels.json 里面的每一个结点类型映射为一个索引。不过这2个文件放在我以前实验室的服务器上,现在毕业了访问不到了
labels.json
Set<str>
{"VarName", "FuncName", ...}
label_dict.json
Dict[str, int]
Sorry, something went wrong.
好的,可以运行了,谢谢!
No branches or pull requests
请问一下可以提供label_dict.json和label.json吗?或者给一个简单的样例,我想在我们的数据集上做一个对比实验看一下结果,谢谢!
The text was updated successfully, but these errors were encountered: