Commit Graph

156 Commits

Author SHA1 Message Date
ncoop57
e5058af709 Add filter dataset version 2021-07-25 16:02:17 -04:00
ncoop57
9dc465526a Add filter script 2021-07-25 15:53:50 -04:00
ncoop57
e060acb927 Reorg training files to simplify things 2021-07-25 15:22:09 -04:00
Nathan Cooper
7a23b455f0
Add files via upload 2021-07-24 08:28:13 -04:00
Nathan Cooper
fccbfeea7e
Delete code-clippy-demo.mp4 2021-07-24 08:28:00 -04:00
Nathan Cooper
f84f331c13
Add files via upload 2021-07-24 07:59:10 -04:00
Arto
376ab53acc upd run_clm_apps to match latest ver 2021-07-23 14:53:32 +03:00
ncoop57
faadc310b2 update eval script to clean up text like open ai paper and update with some new results 2021-07-20 20:51:35 +00:00
ncoop57
907b7e4107 Update readme a bit 2021-07-19 04:07:40 +00:00
ncoop57
59c983066d Add additional feature to apps for being able to properly evalulate using the provided eval script 2021-07-19 02:20:36 +00:00
ncoop57
85619990f6 Fix up APPs eval script and add some metrics for different models 2021-07-19 02:19:57 +00:00
ncoop57
e12932e7ca Update readme with human eval results 2021-07-18 16:51:23 +00:00
ncoop57
c433efeadb Update Dockerfile a bit 2021-07-18 14:50:54 +00:00
ncoop57
e3cc5fee4e Update with more results 2021-07-18 14:01:37 +00:00
ncoop57
52002e4709 Add more results 2021-07-18 13:49:34 +00:00
ncoop57
a16fc2b88c Make cli easier to to specify model and clean up code 2021-07-18 13:49:25 +00:00
ncoop57
72c149593e Update eval to use pytorch (it is faster and has more generation options) 2021-07-18 09:29:54 -04:00
ncoop57
553051ec45 Add initial model results 2021-07-18 12:20:45 +00:00
bentrevett
a8cd4aae55 update readme
- fix gt symbol appearing as quotes
- add HumanEval dataset in evaluation
2021-07-17 16:28:45 +01:00
bentrevett
95df5c7747 update README 2021-07-17 16:02:54 +01:00
Nathan Cooper
7d7112e5bf
Add attribution for logo 2021-07-17 09:21:18 -04:00
ncoop57
eccdcac3e7 Merge #57 manually and fix conflicts 2021-07-17 08:00:11 -04:00
ncoop57
c7127c72df Reorg evaluation and add initial code to apps.py dataloader to fix input/output format 2021-07-17 07:57:57 -04:00
ncoop57
d70baec7b2 Update datasheet with some prelim info 2021-07-17 07:55:25 -04:00
taisazero
d70d95082d Added file to download licenses 2021-07-17 07:40:33 +00:00
ncoop57
d84612c913 Merge branch 'camera-ready' of github.com:ncoop57/gpt-code-clippy into camera-ready 2021-07-16 19:13:53 -04:00
ncoop57
bf3accdd9f Merge with main 2021-07-16 19:13:12 -04:00
Nathan Cooper
18c3164e2a
Update README.md 2021-07-16 16:00:02 -04:00
Nathan Cooper
c1e103cc69
Update README.md 2021-07-16 15:59:41 -04:00
ncoop57
cf6759d05a Add logo 2021-07-16 19:57:34 +00:00
ncoop57
b7d5668f6c add results 2021-07-16 19:55:33 +00:00
ncoop57
88db77352d Merge branch 'main' of github.com:ncoop57/gpt-code-clippy into main 2021-07-16 19:07:44 +00:00
ncoop57
ffc11cded4 Pushing running script 2021-07-16 19:07:33 +00:00
arampacha
6020b3cb86 adds finetuning script for apps dataset 2021-07-16 12:52:49 +00:00
ncoop57
68dac5e69f Add some tests for human eval but getting error 2021-07-16 12:32:14 +00:00
Mrinal Mathur
e7b40b38b2
Evaluation for apps (#53)
* updates run_clm_streaming_flax.py

* adds apps dataset loading and reindent scripts

* checkpoint

Co-authored-by: arampacha <aruthart@gmail.com>
2021-07-16 14:06:13 +03:00
arampacha
2a8b8b785d flax2pt script 2021-07-16 10:34:11 +00:00
ncoop57
efcf5fcde5 Merge branch 'camera-ready' of github.com:ncoop57/gpt-code-clippy into camera-ready 2021-07-15 15:59:45 -04:00
ncoop57
a2e6c08a3c WIP on human eval evaluation 2021-07-15 15:59:42 -04:00
Mrinal Mathur
a3a90effed
Merge pull request #49 from ncoop57/Mrinal18-camera-ready-1
Adding documentation on usage
2021-07-16 01:25:46 +05:30
ncoop57
f49fda52e2 Merge branch 'main' of github.com:ncoop57/gpt-code-clippy into main 2021-07-15 19:04:57 +00:00
ncoop57
4ffcfd5528 Add new downloading scripts 2021-07-15 19:04:54 +00:00
Arun Raja
d3b5b8f530
Merge pull request #52 from ncoop57/13b
added partitions.py for 1.3b parallel training
2021-07-15 22:59:22 +08:00
arunraja-hub
2521f896f4 added partitions.py for 1.3b parallel training 2021-07-15 14:58:29 +00:00
Arun Raja
9ba71b77d5
Merge pull request #51 from ncoop57/13b
shell script for 1.3b streaming [WIP]
2021-07-15 21:44:04 +08:00
arunraja-hub
65f6279f47 shell script for 1.3b streaming 2021-07-15 13:42:11 +00:00
Mrinal Mathur
0d63ea7fa9
Updated training file information 2021-07-15 17:46:38 +05:30
arampacha
d88e51f8a1 adds apps dataset loading and reindent scripts 2021-07-15 14:13:24 +03:00
arampacha
1cbe0edf1e updates run_clm_streaming_flax.py 2021-07-15 14:13:24 +03:00
Mrinal Mathur
c5966efd86
Adding documentation on usage 2021-07-15 15:12:58 +05:30