Model save
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
model-index:
|
@@ -10,10 +11,10 @@ model-index:
|
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/flursky/ProteinLanguageModeling/runs/
|
14 |
# seq2seq-plm
|
15 |
|
16 |
-
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -40,7 +41,7 @@ The following hyperparameters were used during training:
|
|
40 |
- total_train_batch_size: 224
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
- lr_scheduler_warmup_steps:
|
44 |
- num_epochs: 5
|
45 |
|
46 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
base_model: khairi/seq2seq-plm
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
14 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/flursky/ProteinLanguageModeling/runs/tk1vw8z4)
|
15 |
# seq2seq-plm
|
16 |
|
17 |
+
This model is a fine-tuned version of [khairi/seq2seq-plm](https://huggingface.co/khairi/seq2seq-plm) on an unknown dataset.
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
41 |
- total_train_batch_size: 224
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- lr_scheduler_warmup_steps: 2000
|
45 |
- num_epochs: 5
|
46 |
|
47 |
### Framework versions
|