Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanGongND committed Dec 10, 2023
1 parent ca217cc commit faa5393
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ old/*
*.pptx
*.bin
*.pt
pretrained_mdls/*
old/*
15 changes: 15 additions & 0 deletions pretrained_mdls/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Pretrained Models

We provide the following pretrained models for LTU and LTU-AS. Other models mentioned in the paper may be also available upon request, please create an github issue to ask.

| LTU Model | Size | Train Seq Length | Train Steps | Whisper Feature GPU | Not Answerable Questions | Link |
|--------------------------------------------------------------|:----: |:----------------: |:-----------: |:---------------------: |:------------------------: |:--------------:|
| Original in Paper (Default) | 370M | 108 | 20000 | - | Included | [Download]() |
| Full-Finetuned (include LLM Parameters) | 27G | 108 | 20000 | - | Included | [Download]() |

| LTU Model | Size | Train Seq Length | Train Steps | Whisper Feature GPU | Not Answerable Questions | Link |
|----------------------------------------------|:----: |:----------------: |:-----------: |:---------------------: |:------------------------: |:-------------------------------------------------------------------------------------------------------------------------------------------:|
| Original in Paper | 200M | 108 | 40000 | Old GPUs (Titan) | Included | [Download]() |
| Long_sequence_exclude_noqa_old_gpu | 200M | 192 | 40000 | Old GPUs (Titan) | Excluded | [Download](https://www.dropbox.com/scl/fi/co2m4ljyxym7f3w3dl6u4/ltuas_long_noqa_old_gpu.bin?rlkey=23sxa0f6l98wbci4t67y0se7v&dl=1) |
| Long_sequence_exclude_noqa_new_gpu (Default) | 200M | 192 | 40000 | New GPUs (A5000/6000) | Excluded | [Download](https://www.dropbox.com/scl/fi/ryoqai0ayt45k07ib71yt/ltuas_long_noqa_a6.bin?rlkey=1ivttmj8uorf63dptbdd6qb2i&dl=1) |
| Full-Finetuned (include LLM Parameters) | 27G | 192 | 40000 | Old GPUs (Titan) | Excluded | [Download](https://www.dropbox.com/scl/fi/iq1fwkgkzueugqioge83g/ltuas_long_noqa_old_gpus_fullft.bin?rlkey=yac3gbjp6fbjy446qtblmht0w&dl=1) |

0 comments on commit faa5393

Please sign in to comment.