Push model using huggingface_hub.
Browse files- README.md +11 -0
- config.json +20 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-to-text
|
4 |
+
tags:
|
5 |
+
- model_hub_mixin
|
6 |
+
- pytorch_model_hub_mixin
|
7 |
+
---
|
8 |
+
|
9 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
10 |
+
- Library: suku9/test_model
|
11 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"attn_pdrop": 0.1,
|
3 |
+
"aug_prob": 0.0,
|
4 |
+
"batch_size": 256,
|
5 |
+
"block_size": 63,
|
6 |
+
"embd_pdrop": 0.1,
|
7 |
+
"final_tokens": 100000000.0,
|
8 |
+
"grad_norm_clip": 1.0,
|
9 |
+
"learning_rate": 0.0006,
|
10 |
+
"lr_decay": true,
|
11 |
+
"max_epochs": 1,
|
12 |
+
"model_path": "/content/drive/MyDrive/pref-opt-for-mols-main/checkpoints/smiles-gpt-nano-one-epochs/",
|
13 |
+
"model_type": "gpt-nano",
|
14 |
+
"neptune_api_key": "eyJhcGlfYWRkcmVzcyI6Imh0dHBzOi8vYXBwLm5lcHR1bmUuYWkiLCJhcGlfdXJsIjoiaHR0cHM6Ly9hcHAubmVwdHVuZS5haSIsImFwaV9rZXkiOiI1ZDhlNjc5Mi0zZTZmLTQ3N2EtYWY5OC1mMDdmMDg3NjY0NjEifQ==",
|
15 |
+
"neptune_project": "neptune-project",
|
16 |
+
"resid_pdrop": 0.1,
|
17 |
+
"seq_len": 64,
|
18 |
+
"vocab_size": 30,
|
19 |
+
"warmup_tokens": 1000000.0
|
20 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a6cd547cd6c9eb31abbd73f9e1894ca346ba13fd7ebbb1645461922e480dbd8
|
3 |
+
size 415276
|