Upload folder using huggingface_hub
Browse files- control_42/epoch7/metadata.json +6 -0
- control_42/epoch7/metrics.json +0 -0
- control_42/epoch7/model.pt +3 -0
- control_42/epoch7/optimizer.pt +3 -0
- control_42/epoch7/scheduler.pt +3 -0
- control_42/epoch7/tokenizer/merges.txt +0 -0
- control_42/epoch7/tokenizer/special_tokens_map.json +6 -0
- control_42/epoch7/tokenizer/tokenizer.json +0 -0
- control_42/epoch7/tokenizer/tokenizer_config.json +21 -0
- control_42/epoch7/tokenizer/vocab.json +0 -0
control_42/epoch7/metadata.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch_num": 7,
|
| 3 |
+
"global_batch_num": 1072,
|
| 4 |
+
"device": "cuda",
|
| 5 |
+
"dtype": "bfloat16"
|
| 6 |
+
}
|
control_42/epoch7/metrics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
control_42/epoch7/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cafdde63f9e549d94fc81753e0bd0ea354492d47291c9a1a274837374094377
|
| 3 |
+
size 29774371
|
control_42/epoch7/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11c2e0ba9c3a10b99523c7f2a7e5eaacd70745aff5f0129d4b7b7d61f5b6bcdb
|
| 3 |
+
size 59595275
|
control_42/epoch7/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c54efbc4515808ff4c7c6ef6b8b722e20961437857545f8903830b01189bee22
|
| 3 |
+
size 1465
|
control_42/epoch7/tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
control_42/epoch7/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 |
+
}
|
control_42/epoch7/tokenizer/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
control_42/epoch7/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 |
+
}
|
control_42/epoch7/tokenizer/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|