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

Draft: rebase OGBG-code2 #9671

Open
wants to merge 131 commits into
base: master
Choose a base branch
from
Open

Draft: rebase OGBG-code2 #9671

wants to merge 131 commits into from

Conversation

puririshi98
Copy link
Contributor

@puririshi98 puririshi98 commented Sep 17, 2024

rebase #9652
Even with 10% of the data we can get F1>.5,

full e2e results get 3x SOTA F1 (sota=.22, ours=.62) (ours=CodeLLAMA+GAT)

as a baseline i tried using CodeLLAMA and LLAMA7b and both failed miserably to follow the task with any prompt i could try.
Will test finetuning CodeLLAMA next.

38899/50997 [5:50:15<1:39:25,  2.03it/s]
Epoch: 1|1: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 50997/50997 [7:39:38<00:00,  1.85it/s]
Epoch: 1|1, Train Loss: 0.577509
Final evaluation...
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1372/1372 [24:57<00:00,  1.06s/it]Hit: 0.6785
Precision: 0.6208
Recall: 0.6432
F1: 0.6201
Total Training Time: 29502.916083s
100%|███████████████████████████████

@puririshi98 puririshi98 changed the title rebase draft Draft: rebase OGBG-code2 Sep 17, 2024
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.33%. Comparing base (ba3b906) to head (a84a2b6).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9671      +/-   ##
==========================================
- Coverage   87.54%   87.33%   -0.21%     
==========================================
  Files         482      482              
  Lines       31414    31411       -3     
==========================================
- Hits        27501    27434      -67     
- Misses       3913     3977      +64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Kh4L Kh4L left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few missing imports and arser.parse_args() but other than that LGTM!

examples/llm/ogbg_code2.py Outdated Show resolved Hide resolved
torch_geometric/datasets/ogbg_code2.py Outdated Show resolved Hide resolved
torch_geometric/datasets/ogbg_code2.py Outdated Show resolved Hide resolved
examples/llm/ogbg_code2.py Outdated Show resolved Hide resolved
examples/llm/ogbg_code2.py Show resolved Hide resolved
examples/llm/ogbg_code2.py Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants