Model release
Browse files- .gitattributes +1 -0
- README.md +32 -0
- all_results.json +3 -0
- config.json +3 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +3 -0
- tokenizer_config.json +3 -0
- train_results.json +3 -0
- trainer_state.json +3 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitattributes
CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
25 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
26 |
*.zstandard filter=lfs diff=lfs merge=lfs -text
|
27 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# oBERT-12-upstream-pruned-unstructured-90
|
2 |
+
|
3 |
+
This model is obtained with [The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models](https://arxiv.org/abs/2203.07259).
|
4 |
+
|
5 |
+
|
6 |
+
It corresponds to the upstream pruned model used as a starting point for sparse-transfer learning to downstream tasks presented in the `Table 2 - oBERT - {SQuADv1, MNLI, QQP} - 90%`.
|
7 |
+
|
8 |
+
Finetuned versions of this model for each downstream task are:
|
9 |
+
|
10 |
+
- SQuADv1: `neuralmagic/oBERT-12-upstream-pruned-unstructured-90-finetuned-squadv1`
|
11 |
+
- MNLI: `neuralmagic/oBERT-12-upstream-pruned-unstructured-90-finetuned-mnli`
|
12 |
+
- QQP: `neuralmagic/oBERT-12-upstream-pruned-unstructured-90-finetuned-qqp`
|
13 |
+
|
14 |
+
```
|
15 |
+
Pruning method: oBERT upstream unstructured
|
16 |
+
Paper: https://arxiv.org/abs/2203.07259
|
17 |
+
Dataset: BookCorpus and English Wikipedia
|
18 |
+
Sparsity: 90%
|
19 |
+
Number of layers: 12
|
20 |
+
```
|
21 |
+
|
22 |
+
Code: _coming soon_
|
23 |
+
|
24 |
+
## BibTeX entry and citation info
|
25 |
+
```bibtex
|
26 |
+
@article{kurtic2022optimal,
|
27 |
+
title={The Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models},
|
28 |
+
author={Kurtic, Eldar and Campos, Daniel and Nguyen, Tuan and Frantar, Elias and Kurtz, Mark and Fineran, Benjamin and Goin, Michael and Alistarh, Dan},
|
29 |
+
journal={arXiv preprint arXiv:2203.07259},
|
30 |
+
year={2022}
|
31 |
+
}
|
32 |
+
```
|
all_results.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b8e91d8e93c0cc0c981f9404b1818929b3999d0ca5799e351b23cc6fa1f2ce5
|
3 |
+
size 123
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d16dddc93d41138172020b843d8fa66de40be2781ac29f7239104191fce1a327
|
3 |
+
size 656
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48aec9360f353d6e5de3c3adba0b49f2693225c48872a768095431dec6b87020
|
3 |
+
size 438147282
|
special_tokens_map.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:303df45a03609e4ead04bc3dc1536d0ab19b5358db685b6f3da123d05ec200e3
|
3 |
+
size 112
|
tokenizer_config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9b4477ce4e6905827bf0f322979128c9a12ea6b3c59c013001c55c6427cae9c
|
3 |
+
size 384
|
train_results.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b8e91d8e93c0cc0c981f9404b1818929b3999d0ca5799e351b23cc6fa1f2ce5
|
3 |
+
size 123
|
trainer_state.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55b18be3082adedb14594eab7645782490b9520ee65ce865ff6641e4d10c8407
|
3 |
+
size 275457
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e8db20271622b7653301e55eaa2329498f0e0c29b3300fa34b46846f844b8d4
|
3 |
+
size 2415
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|