Upload folder using huggingface_hub
Browse files- expdecayforward_789/epoch0/metadata.json +6 -0
- expdecayforward_789/epoch0/metrics.json +19 -0
- expdecayforward_789/epoch0/model.pt +3 -0
- expdecayforward_789/epoch0/optimizer.pt +3 -0
- expdecayforward_789/epoch0/scheduler.pt +3 -0
- expdecayforward_789/epoch0/tokenizer/merges.txt +0 -0
- expdecayforward_789/epoch0/tokenizer/special_tokens_map.json +6 -0
- expdecayforward_789/epoch0/tokenizer/tokenizer.json +0 -0
- expdecayforward_789/epoch0/tokenizer/tokenizer_config.json +21 -0
- expdecayforward_789/epoch0/tokenizer/vocab.json +0 -0
expdecayforward_789/epoch0/metadata.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch_num": 0,
|
| 3 |
+
"global_batch_num": 1,
|
| 4 |
+
"device": "cpu",
|
| 5 |
+
"dtype": "bfloat16"
|
| 6 |
+
}
|
expdecayforward_789/epoch0/metrics.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"training": {
|
| 3 |
+
"effective_batch_nums": [
|
| 4 |
+
1
|
| 5 |
+
],
|
| 6 |
+
"losses": [
|
| 7 |
+
63.0
|
| 8 |
+
],
|
| 9 |
+
"grad_norms": [
|
| 10 |
+
5.71875
|
| 11 |
+
]
|
| 12 |
+
},
|
| 13 |
+
"eval": {
|
| 14 |
+
"effective_batch_nums": [],
|
| 15 |
+
"losses": [],
|
| 16 |
+
"perplexities": [],
|
| 17 |
+
"accuracies": []
|
| 18 |
+
}
|
| 19 |
+
}
|
expdecayforward_789/epoch0/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ef76c64c65c3f3d98692973709fcc7a774b7ac6415f1c7e011297ea3682a5fb
|
| 3 |
+
size 8806919
|
expdecayforward_789/epoch0/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d37ffa4fe7b20a0c9644d04122e78a46e16cea49d91fae1248c87ba66400bf0
|
| 3 |
+
size 17665739
|
expdecayforward_789/epoch0/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7518b3297e965db87a9dbef627dfc196de8dc22d64ab91d13108044716253f67
|
| 3 |
+
size 1465
|
expdecayforward_789/epoch0/tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
expdecayforward_789/epoch0/tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<|endoftext|>",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"pad_token": "<|endoftext|>",
|
| 5 |
+
"unk_token": "<|endoftext|>"
|
| 6 |
+
}
|
expdecayforward_789/epoch0/tokenizer/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
expdecayforward_789/epoch0/tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"50256": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
}
|
| 12 |
+
},
|
| 13 |
+
"bos_token": "<|endoftext|>",
|
| 14 |
+
"clean_up_tokenization_spaces": false,
|
| 15 |
+
"eos_token": "<|endoftext|>",
|
| 16 |
+
"extra_special_tokens": {},
|
| 17 |
+
"model_max_length": 1024,
|
| 18 |
+
"pad_token": "<|endoftext|>",
|
| 19 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 20 |
+
"unk_token": "<|endoftext|>"
|
| 21 |
+
}
|
expdecayforward_789/epoch0/tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|