Commits on Source (86)
-
spmohanty authoredb1d19dc8
-
spmohanty authored
```
9fc9cadf -
spmohanty authored92e274bb
-
spmohanty authoreda7ed0103
-
spmohanty authored176c8600
-
spmohanty authored288e62d1
-
spmohanty authored2f5e18cd
-
spmohanty authored12dde59e
-
spmohanty authoredcff928f5
-
spmohanty authored6f18e03a
-
spmohanty authored8322a5f5
-
spmohanty authoredfdce8c2f
-
spmohanty authoredd22fbbf6
-
spmohanty authoredbfa9ceb3
-
spmohanty authored4c237eeb
-
spmohanty authored3531c59f
-
spmohanty authored3a5d6b07
-
spmohanty authored10f9f99e
-
spmohanty authored2bf03313
-
spmohanty authored4e2c3116
-
spmohanty authoredb8e02018
-
spmohanty authored996c647a
-
spmohanty authored0c7e8c07
-
yilun_jin authoredb6bccf7d
-
yilun_jin authorede26bb780
-
yilun_jin authored7c9b602e
-
yilun_jin authored467330ad
-
yilun_jin authoredeec7e265
-
yilun_jin authored0a3428e9
-
spmohanty authoredf80a34b2
-
spmohanty authoredb9127296
-
mohanty authored6ea9bdec
-
mohanty authoredc8af01df
-
mohanty authoredea3d8c70
-
mohanty authored1efc5e49
-
mohanty authored05be81fe
-
yilun_jin authored75387834
-
spmohanty authored594b52b0
-
spmohanty authoredf201b911
-
spmohanty authored6099865e
-
yilun_jin authored0dfeb70a
-
yilun_jin authored75826c7c
-
yilun_jin authored99f63711
-
yilun_jin authoreda51eb523
-
yilun_jin authoredb3d2a6eb
-
yilun_jin authored609359d8
-
yilun_jin authored31b0c5bd
-
yilun_jin authoredfa87a15d
-
yilun_jin authored6462c25f
-
spmohanty authoredc0f7d44f
-
spmohanty authored61129fbc
-
yilun_jin authoredf4868bd1
-
yilun_jin authored31b0bd6c
-
yilun_jin authored63d8acbc
-
yilun_jin authored87800b48
-
yilun_jin authored3fd2dac2
-
yilun_jin authored2249b2f0
-
spmohanty authoredc5ec7c3f
-
spmohanty authoredabf5b2f5
-
spmohanty authoredfdd6589d
-
yilun_jin authored03189561
-
yilun_jin authoredc593f6f4
-
yilun_jin authored1b65447a
-
mohanty authoredabf703b8
-
yilun_jin authoreda8a40076
-
yilun_jin authored28e14735
-
yilun_jin authoreda227c58c
-
yilun_jin authoredb77d6a8a
-
yilun_jin authoredd969db94
-
yilun_jin authored0843a8d1
-
spmohanty authoredb5a73677
-
yilun_jin authored9a290bca
-
yilun_jin authored1d035da0
-
spmohanty authoredfece8a34
-
yilun_jin authored4d612012
-
yilun_jin authored2a4d9593
-
mohanty authored3ac85f53
-
spmohanty authored839f0bcd
-
mohanty authored5072db06
-
mohanty authorede227ab31
-
mohanty authored896710a7
-
yilun_jin authored56e821e7
-
yilun_jin authored656eb923
-
yilun_jin authored457550aa
-
spmohanty authored4835f57f
Showing
- .dockerignore 3 additions, 0 deletions.dockerignore
- Dockerfile 40 additions, 0 deletionsDockerfile
- README.md 189 additions, 0 deletionsREADME.md
- aicrowd.json 6 additions, 6 deletionsaicrowd.json
- apt.txt 1 addition, 0 deletionsapt.txt
- data/development.json 96 additions, 0 deletionsdata/development.json
- docker_run.sh 55 additions, 0 deletionsdocker_run.sh
- docs/download-baseline-model-weights.md 70 additions, 0 deletionsdocs/download-baseline-model-weights.md
- docs/hardware-and-system-config.md 29 additions, 0 deletionsdocs/hardware-and-system-config.md
- docs/runtime.md 30 additions, 0 deletionsdocs/runtime.md
- docs/submission.md 126 additions, 0 deletionsdocs/submission.md
- local_evaluation.py 68 additions, 49 deletionslocal_evaluation.py
- metrics.py 229 additions, 95 deletionsmetrics.py
- models/README.md 10 additions, 7 deletionsmodels/README.md
- models/base_model.py 25 additions, 6 deletionsmodels/base_model.py
- models/dummy_model.py 40 additions, 15 deletionsmodels/dummy_model.py
- models/user_config.py 26 additions, 1 deletionmodels/user_config.py
- models/vanilla_llama3_baseline.py 146 additions, 0 deletionsmodels/vanilla_llama3_baseline.py
- parsers.py 162 additions, 93 deletionsparsers.py
- requirements.txt 3 additions, 1 deletionrequirements.txt
.dockerignore
0 → 100644
Dockerfile
0 → 100644
README.md
0 → 100644
apt.txt
0 → 100644
data/development.json
0 → 100644
This diff is collapsed.
docker_run.sh
0 → 100755
docs/download-baseline-model-weights.md
0 → 100644
docs/hardware-and-system-config.md
0 → 100644
docs/runtime.md
0 → 100644
docs/submission.md
0 → 100644
models/vanilla_llama3_baseline.py
0 → 100644