Skip to content
New issue

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

Detailed sentence bert model for the MAG240M dataset #476

Open
tjb-tech opened this issue Mar 12, 2024 · 2 comments
Open

Detailed sentence bert model for the MAG240M dataset #476

tjb-tech opened this issue Mar 12, 2024 · 2 comments

Comments

@tjb-tech
Copy link

tjb-tech commented Mar 12, 2024

Hi,the team of ogb. Thanks for your efforts on collecting and processing these valuable datasets! You said you used a RoBERTa sentence encoder to generate a 768-dimensional vector for each paper node in the MAG240M dataset. May I ask which RoBERTa sentence encoder you used? Could you give me a specific huggingface link? Best regards!
image
@weihua916 @rusty1s

@weihua916
Copy link
Contributor

https://huggingface.co/sentence-transformers/roberta-base-nli-stsb-mean-tokens

from sentence_transformers import SentenceTransformer
SentenceTransformer('roberta-base-nli-stsb-mean-tokens')

@tjb-tech
Copy link
Author

mean

Thank you very much for the quick reply! Because this model is deprecated, do you consider to provide the original feature processing script for the MAG240M paper nodes? So that we can process the feature with more powerful sentence bert model🤗 Best regards!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants