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

Roadmap #1

Open
8 of 10 tasks
yijunyu opened this issue Feb 5, 2023 · 0 comments
Open
8 of 10 tasks

Roadmap #1

yijunyu opened this issue Feb 5, 2023 · 0 comments
Assignees

Comments

@yijunyu
Copy link
Contributor

yijunyu commented Feb 5, 2023

Tasks

Extract Learning Samples

  • Extract functions from Crates-IO index and split them into safe and unsafe classes
  • Extract blocks from Crates-IO index and split them into safe and unsafe classes
  • Annotate extracted code with inlay hints

Train a model

  • Use CodeBERT to train a classification model on safe/unsafe functions
  • Use CodeBERT to train a classification model on safe/unsafe blocks
  • Convert the PyTorch model into an Rust_BERT model on Huggingface for functions
  • Convert the PyTorch model into an Rust_BERT model on Huggingface for blocks

Inference with the model

  • Develop a VSCode Plugin to Classify a function at cursor
  • Compare the performance between Rust_BERT and CodeBERT for inferencing time
  • Develop a VSCode Plugin to Classify a block at cursor
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

1 participant