beverlyjfu
commited on
Commit
•
e542952
1
Parent(s):
ebb23be
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- added_tokens.json +3 -0
- config.json +47 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- runs/Apr07_03-42-20_1ce43c0fe26b/1680838961.863342/events.out.tfevents.1680838961.1ce43c0fe26b.159.1 +3 -0
- runs/Apr07_03-42-20_1ce43c0fe26b/events.out.tfevents.1680838961.1ce43c0fe26b.159.0 +3 -0
- runs/Apr07_03-45-29_1ce43c0fe26b/1680839144.4362724/events.out.tfevents.1680839144.1ce43c0fe26b.159.3 +3 -0
- runs/Apr07_03-45-29_1ce43c0fe26b/1680839246.209406/events.out.tfevents.1680839246.1ce43c0fe26b.159.4 +3 -0
- runs/Apr07_03-45-29_1ce43c0fe26b/1680839276.4649973/events.out.tfevents.1680839276.1ce43c0fe26b.159.5 +3 -0
- runs/Apr07_03-45-29_1ce43c0fe26b/events.out.tfevents.1680839144.1ce43c0fe26b.159.2 +3 -0
- runs/Apr07_03-49-42_1ce43c0fe26b/1680839397.1220372/events.out.tfevents.1680839397.1ce43c0fe26b.159.7 +3 -0
- runs/Apr07_03-49-42_1ce43c0fe26b/events.out.tfevents.1680839397.1ce43c0fe26b.159.6 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer_config.json +9 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 50257
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "nferruz/ProtGPT2",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2ForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"bos_token_id": 0,
|
9 |
+
"embd_pdrop": 0.1,
|
10 |
+
"eos_token_id": 0,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"LABEL_0": 0
|
17 |
+
},
|
18 |
+
"layer_norm_epsilon": 1e-05,
|
19 |
+
"model_type": "gpt2",
|
20 |
+
"n_ctx": 1024,
|
21 |
+
"n_embd": 1280,
|
22 |
+
"n_head": 20,
|
23 |
+
"n_inner": null,
|
24 |
+
"n_layer": 36,
|
25 |
+
"n_positions": 1024,
|
26 |
+
"pad_token_id": 0,
|
27 |
+
"problem_type": "regression",
|
28 |
+
"reorder_and_upcast_attn": false,
|
29 |
+
"resid_pdrop": 0.1,
|
30 |
+
"scale_attn_by_inverse_layer_idx": false,
|
31 |
+
"scale_attn_weights": true,
|
32 |
+
"summary_activation": null,
|
33 |
+
"summary_first_dropout": 0.1,
|
34 |
+
"summary_proj_to_labels": true,
|
35 |
+
"summary_type": "cls_index",
|
36 |
+
"summary_use_proj": true,
|
37 |
+
"task_specific_params": {
|
38 |
+
"text-generation": {
|
39 |
+
"do_sample": true,
|
40 |
+
"max_length": 50
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.27.4",
|
45 |
+
"use_cache": true,
|
46 |
+
"vocab_size": 50258
|
47 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22fa637eeb24fa34c4dc970d362be93f45a8e16c6a3da85ee3fc337ccdbcc4d3
|
3 |
+
size 3134045441
|
runs/Apr07_03-42-20_1ce43c0fe26b/1680838961.863342/events.out.tfevents.1680838961.1ce43c0fe26b.159.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7c851df398b2697c29001635974ade447b1aa1c1261f1919c3ea0ebaa6e9f35
|
3 |
+
size 5861
|
runs/Apr07_03-42-20_1ce43c0fe26b/events.out.tfevents.1680838961.1ce43c0fe26b.159.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9b5f97a5e19515703758896522c86f2674e5d5cd7b970f07a4e3f881d81503f
|
3 |
+
size 4323
|
runs/Apr07_03-45-29_1ce43c0fe26b/1680839144.4362724/events.out.tfevents.1680839144.1ce43c0fe26b.159.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9afcc79a671b12e3510123b761e62c8f808fe385e8de71caf862e475c3074f54
|
3 |
+
size 5861
|
runs/Apr07_03-45-29_1ce43c0fe26b/1680839246.209406/events.out.tfevents.1680839246.1ce43c0fe26b.159.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2d58ce6d8ee8211522a094ec064355adb644b1e6408fd31601be2c32663eb19
|
3 |
+
size 5861
|
runs/Apr07_03-45-29_1ce43c0fe26b/1680839276.4649973/events.out.tfevents.1680839276.1ce43c0fe26b.159.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b1aae6d88e0ebc8209c67b8c91a7f61a46e6e321ef45794e76a9fef84d8ec78
|
3 |
+
size 5861
|
runs/Apr07_03-45-29_1ce43c0fe26b/events.out.tfevents.1680839144.1ce43c0fe26b.159.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:086eb9c0e8a38655df47f96ff7a4355b0a5e532a44c3b14c2493f8723db71eca
|
3 |
+
size 12867
|
runs/Apr07_03-49-42_1ce43c0fe26b/1680839397.1220372/events.out.tfevents.1680839397.1ce43c0fe26b.159.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22aa19d65ad6fff69fbe1d3e3bedcbd9d733beb306357a11cd0d6b1223377d00
|
3 |
+
size 5861
|
runs/Apr07_03-49-42_1ce43c0fe26b/events.out.tfevents.1680839397.1ce43c0fe26b.159.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a99ae02a3c7e6f179f3467c92e53cd96b21ddadc544177fcd7cb94d7017f065
|
3 |
+
size 4656
|
special_tokens_map.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": "[PAD]",
|
17 |
+
"unk_token": {
|
18 |
+
"content": "<|endoftext|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
}
|
24 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"eos_token": "<|endoftext|>",
|
5 |
+
"model_max_length": 1000000000000000019884624838656,
|
6 |
+
"special_tokens_map_file": "/root/.cache/huggingface/hub/models--nferruz--ProtGPT2/snapshots/afbc64cbb1e9c2b11f66f1f7c66d0be28df32b1b/special_tokens_map.json",
|
7 |
+
"tokenizer_class": "GPT2Tokenizer",
|
8 |
+
"unk_token": "<|endoftext|>"
|
9 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1286ba0492f2359ce01b0f9b1e1b86f43ed1acdd3eb3d9f86b8d0532fc26554
|
3 |
+
size 3579
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|