René's URL Explorer Experiment


Title: Reproducing StarCoder2-Instruct · Issue #6 · bigcode-project/selfcodealign · GitHub

Open Graph Title: Reproducing StarCoder2-Instruct · Issue #6 · bigcode-project/selfcodealign

X Title: Reproducing StarCoder2-Instruct · Issue #6 · bigcode-project/selfcodealign

Description: I am trying to recreate the StarCoder2-Instruct-v0.1 model; however, the model produced by the provided command in the README (copied below) does not match the evaluation of the StarCoder2-Instruct-v0.1 model on HF. I actually see quite ...

Open Graph Description: I am trying to recreate the StarCoder2-Instruct-v0.1 model; however, the model produced by the provided command in the README (copied below) does not match the evaluation of the StarCoder2-Instruct...

X Description: I am trying to recreate the StarCoder2-Instruct-v0.1 model; however, the model produced by the provided command in the README (copied below) does not match the evaluation of the StarCoder2-Instruct...

Opengraph URL: https://github.com/bigcode-project/selfcodealign/issues/6

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Reproducing StarCoder2-Instruct","articleBody":"I am trying to recreate the `StarCoder2-Instruct-v0.1` model; however, the model produced by the provided command  in the README (copied below) does not match the evaluation of the `StarCoder2-Instruct-v0.1` model on HF. \r\n\r\nI actually see quite a bit of discrepancy between the two models' evaluations: `humaneval` on your HF version is 7 points higher than on my reproduced model (both models were evaluated locally by me in the same environment).\r\n\r\n```bash\r\nMODEL_KEY=bigcode/starcoder2-15b\r\nLR=1e-5\r\nEPOCH=4\r\nSEQ_LEN=1280\r\nWARMUP_RATIO=0.05\r\nOUTPUT_DIR=/path/to/output_model\r\nDATASET_FILE=/path/to/50k-dataset.jsonl\r\naccelerate launch -m star_align.train \\\r\n    --model_key $MODEL_KEY \\\r\n    --model_name_or_path $MODEL_KEY \\\r\n    --use_flash_attention True \\\r\n    --datafile_paths $DATASET_FILE \\\r\n    --output_dir $OUTPUT_DIR \\\r\n    --bf16 True \\\r\n    --num_train_epochs $EPOCH \\\r\n    --max_training_seq_length $SEQ_LEN \\\r\n    --pad_to_max_length False \\\r\n    --per_device_train_batch_size 1 \\\r\n    --gradient_accumulation_steps 64 \\\r\n    --group_by_length False \\\r\n    --ddp_find_unused_parameters False \\\r\n    --logging_steps 1 \\\r\n    --log_level info \\\r\n    --optim adafactor \\\r\n    --max_grad_norm -1 \\\r\n    --warmup_ratio $WARMUP_RATIO \\\r\n    --learning_rate $LR \\\r\n    --lr_scheduler_type linear\r\n```\r\n\r\nAre the parameters in the README correct for the released model? Are you adding anything in your `accelerate` config? i.e. any model wrappers or something else?\r\n\r\nFor the data, I just ran:\r\n```python\r\n\u003e\u003e\u003e from datasets import load_dataset\r\n\u003e\u003e\u003e load_dataset(\"bigcode/self-oss-instruct-sc2-exec-filter-50k\", split=\"train\").to_json(\"/path/to/50k-dataset.jsonl\", lines=True)\r\n```\r\n\r\nDo you have any ideas on how I can reproduce your model? Thanks!","author":{"url":"https://github.com/mstallone","@type":"Person","name":"mstallone"},"datePublished":"2024-05-04T20:36:28.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/6/selfcodealign/issues/6"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f02387c4-a7e2-5f04-f162-fc5f1ad85aee
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9486:B32AB:2E5080:3DAA97:697000A1
html-safe-nonce6fb1f35af57f46129a5e61699a3bee271c7fb4e45de61e948664d8e38b9a4865
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDg2OkIzMkFCOjJFNTA4MDozREFBOTc6Njk3MDAwQTEiLCJ2aXNpdG9yX2lkIjoiNzU0MzY2NDM4NTYxNjUxMTEzNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac7a67d31b8b1fd080dddefd7bac22aee904ff58415c96332aaed480d9557a0374
hovercard-subject-tagissue:2279187478
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/bigcode-project/selfcodealign/6/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ae6248a12cbd611f7250f41a69dd82b9d17c4c894c5d0a2d9075631f3fd0a5f1/bigcode-project/selfcodealign/issues/6
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ae6248a12cbd611f7250f41a69dd82b9d17c4c894c5d0a2d9075631f3fd0a5f1/bigcode-project/selfcodealign/issues/6
og:image:altI am trying to recreate the StarCoder2-Instruct-v0.1 model; however, the model produced by the provided command in the README (copied below) does not match the evaluation of the StarCoder2-Instruct...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemstallone
hostnamegithub.com
expected-hostnamegithub.com
None0366807b865cee6776368231232f84d6c8096e6bce43f701a4fb28ea795ec427
turbo-cache-controlno-preview
go-importgithub.com/bigcode-project/selfcodealign git https://github.com/bigcode-project/selfcodealign.git
octolytics-dimension-user_id110470554
octolytics-dimension-user_loginbigcode-project
octolytics-dimension-repository_id792053261
octolytics-dimension-repository_nwobigcode-project/selfcodealign
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id792053261
octolytics-dimension-repository_network_root_nwobigcode-project/selfcodealign
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release33f356bb2fb58726ccb2f26395bf8ddc9a2d9eaa
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbigcode-project%2Fselfcodealign%2Fissues%2F6
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbigcode-project%2Fselfcodealign%2Fissues%2F6
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=bigcode-project%2Fselfcodealign
Reloadhttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6
Reloadhttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6
Reloadhttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6
bigcode-project https://patch-diff.githubusercontent.com/bigcode-project
selfcodealignhttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fbigcode-project%2Fselfcodealign
Fork 24 https://patch-diff.githubusercontent.com/login?return_to=%2Fbigcode-project%2Fselfcodealign
Star 323 https://patch-diff.githubusercontent.com/login?return_to=%2Fbigcode-project%2Fselfcodealign
Code https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign
Issues 3 https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues
Pull requests 0 https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/pulls
Actions https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/actions
Projects 0 https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/security
Please reload this pagehttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6
Insights https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/pulse
Code https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign
Issues https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues
Pull requests https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/pulls
Actions https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/actions
Projects https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/projects
Security https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/security
Insights https://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/bigcode-project/selfcodealign/issues/6
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/bigcode-project/selfcodealign/issues/6
Reproducing StarCoder2-Instructhttps://patch-diff.githubusercontent.com/bigcode-project/selfcodealign/issues/6#top
https://patch-diff.githubusercontent.com/UniverseFly
documentationImprovements or additions to documentationhttps://github.com/bigcode-project/selfcodealign/issues?q=state%3Aopen%20label%3A%22documentation%22
questionFurther information is requestedhttps://github.com/bigcode-project/selfcodealign/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com/mstallone
https://github.com/mstallone
mstallonehttps://github.com/mstallone
on May 4, 2024https://github.com/bigcode-project/selfcodealign/issues/6#issue-2279187478
UniverseFlyhttps://patch-diff.githubusercontent.com/UniverseFly
documentationImprovements or additions to documentationhttps://github.com/bigcode-project/selfcodealign/issues?q=state%3Aopen%20label%3A%22documentation%22
questionFurther information is requestedhttps://github.com/bigcode-project/selfcodealign/issues?q=state%3Aopen%20label%3A%22question%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.