Commit 40a2d26
Unit tests (foundation-model-stack#83)
* Set up fixtures and data for tests
Signed-off-by: Thara Palanivel <[email protected]>
* Add basic unit tests
Signed-off-by: Thara Palanivel <[email protected]>
* Setting upper bound for transformers
Signed-off-by: Thara Palanivel <[email protected]>
* Ignore aim log files
Signed-off-by: Thara Palanivel <[email protected]>
* Include int num_train_epochs
Signed-off-by: Thara Palanivel <[email protected]>
* Fix formatting
Signed-off-by: Thara Palanivel <[email protected]>
* Add copyright notice
Signed-off-by: Thara Palanivel <[email protected]>
* Address review comments
Signed-off-by: Thara Palanivel <[email protected]>
* Run inference on tuned model
Signed-off-by: Thara Palanivel <[email protected]>
* Trainer downloads model
Signed-off-by: Thara Palanivel <[email protected]>
* add more unit tests and refactor
Signed-off-by: Anh-Uong <[email protected]>
* Fix formatting
Signed-off-by: Thara Palanivel <[email protected]>
* Add FT unit test and refactor
Signed-off-by: Thara Palanivel <[email protected]>
* Removing transformers upper bound cap
Signed-off-by: Thara Palanivel <[email protected]>
* Address review comments
Signed-off-by: Thara Palanivel <[email protected]>
---------
Signed-off-by: Thara Palanivel <[email protected]>
Signed-off-by: Anh-Uong <[email protected]>
Co-authored-by: Anh-Uong <[email protected]>1 parent d8536a9 commit 40a2d26
File tree
7 files changed
+421
-1
lines changed- tests
- data
- tuning
7 files changed
+421
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
0 commit comments