Initial commit
Browse files- README.md +10 -0
- config.json +1 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
tags:
|
4 |
+
- summarization
|
5 |
+
inference: false
|
6 |
+
license: bsd-3-clause
|
7 |
+
---
|
8 |
+
|
9 |
+
## Optimus model
|
10 |
+
See original GitHub repo for more details [here](https://github.com/megagonlabs/coop)
|
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_dir": "./data/amzn", "model": {"free_bit": 2, "latent_dim": 512, "type": "optimus"}, "trainer": {"batch_size": 4, "checkout_step": 20000, "clip_value": 5, "lr": 1e-05, "num_steps": 500000}}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a619c8611b63806eee77cce75eb5f027f63c1b01f31c9ddb66086b690695ddd
|
3 |
+
size 967345502
|