gantenbe
commited on
Commit
·
060a8d4
1
Parent(s):
1e06946
italian finetuning
Browse files- all_results.json +14 -0
- config.json +36 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
- train_results.json +14 -0
- trainer_state.json +23 -0
- training_args.bin +3 -0
- vocab.json +0 -0
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"init_mem_cpu_alloc_delta": 336807,
|
4 |
+
"init_mem_cpu_peaked_delta": 18306,
|
5 |
+
"init_mem_gpu_alloc_delta": 511148032,
|
6 |
+
"init_mem_gpu_peaked_delta": 0,
|
7 |
+
"train_mem_cpu_alloc_delta": 488444,
|
8 |
+
"train_mem_cpu_peaked_delta": 195767,
|
9 |
+
"train_mem_gpu_alloc_delta": 1501967872,
|
10 |
+
"train_mem_gpu_peaked_delta": 3374894592,
|
11 |
+
"train_runtime": 34.4014,
|
12 |
+
"train_samples": 128,
|
13 |
+
"train_samples_per_second": 3.721
|
14 |
+
}
|
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/cloud-user/gpt2_colab/models/gpt_e1_CHpart_adapt__adapt_",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.1,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"gradient_checkpointing": false,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_epsilon": 1e-05,
|
14 |
+
"model_type": "gpt2",
|
15 |
+
"n_ctx": 1024,
|
16 |
+
"n_embd": 768,
|
17 |
+
"n_head": 12,
|
18 |
+
"n_inner": null,
|
19 |
+
"n_layer": 12,
|
20 |
+
"n_positions": 1024,
|
21 |
+
"resid_pdrop": 0.1,
|
22 |
+
"summary_activation": null,
|
23 |
+
"summary_first_dropout": 0.1,
|
24 |
+
"summary_proj_to_labels": true,
|
25 |
+
"summary_type": "cls_index",
|
26 |
+
"summary_use_proj": true,
|
27 |
+
"task_specific_params": {
|
28 |
+
"text-generation": {
|
29 |
+
"do_sample": true,
|
30 |
+
"max_length": 50
|
31 |
+
}
|
32 |
+
},
|
33 |
+
"transformers_version": "4.4.0.dev0",
|
34 |
+
"use_cache": true,
|
35 |
+
"vocab_size": 50257
|
36 |
+
}
|
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:fa186a3c6e9167c9fd021f230833045eb399db6cd1ca27342d8a14a8081401de
|
3 |
+
size 510406560
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>"}
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "/home/cloud-user/gpt2_colab/models/gpt_e1_CHpart_adapt__adapt_", "errors": "replace"}
|
train_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"init_mem_cpu_alloc_delta": 336807,
|
4 |
+
"init_mem_cpu_peaked_delta": 18306,
|
5 |
+
"init_mem_gpu_alloc_delta": 511148032,
|
6 |
+
"init_mem_gpu_peaked_delta": 0,
|
7 |
+
"train_mem_cpu_alloc_delta": 488444,
|
8 |
+
"train_mem_cpu_peaked_delta": 195767,
|
9 |
+
"train_mem_gpu_alloc_delta": 1501967872,
|
10 |
+
"train_mem_gpu_peaked_delta": 3374894592,
|
11 |
+
"train_runtime": 34.4014,
|
12 |
+
"train_samples": 128,
|
13 |
+
"train_samples_per_second": 3.721
|
14 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"global_step": 128,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.0,
|
12 |
+
"step": 128,
|
13 |
+
"total_flos": 97863447085056.0,
|
14 |
+
"train_runtime": 34.4014,
|
15 |
+
"train_samples_per_second": 3.721
|
16 |
+
}
|
17 |
+
],
|
18 |
+
"max_steps": 128,
|
19 |
+
"num_train_epochs": 1,
|
20 |
+
"total_flos": 97863447085056.0,
|
21 |
+
"trial_name": null,
|
22 |
+
"trial_params": null
|
23 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48979f4a10ff234c9ccd7049f08e5e7ba589377e98bb119123ba4179a29937e2
|
3 |
+
size 2351
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|