Muennighoff
commited on
Commit
•
5b9bfb7
1
Parent(s):
d15b13d
Add
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- config.json +31 -0
- evaluation/Muennighoff_xstory_cloze/ru/Answer_Given_options/results.json +9 -0
- evaluation/Muennighoff_xstory_cloze/ru/Choose_Story_Ending/results.json +9 -0
- evaluation/Muennighoff_xstory_cloze/ru/Generate_Ending/results.json +9 -0
- evaluation/Muennighoff_xstory_cloze/ru/Novel_Correct_Ending/results.json +9 -0
- evaluation/Muennighoff_xstory_cloze/ru/Story_Continuation_and_Options/results.json +9 -0
- evaluation/Muennighoff_xwinograd/ru/Replace/results.json +9 -0
- evaluation/Muennighoff_xwinograd/ru/True_or_False/results.json +9 -0
- evaluation/Muennighoff_xwinograd/ru/does_underscore_refer_to/results.json +9 -0
- evaluation/Muennighoff_xwinograd/ru/stand_for/results.json +9 -0
- evaluation/Muennighoff_xwinograd/ru/underscore_refer_to/results.json +9 -0
- evaluation/xnli/ru/GPT-3_style/results.json +9 -0
- evaluation/xnli/ru/MNLI_crowdsource/results.json +9 -0
- evaluation/xnli/ru/can_we_infer/results.json +9 -0
- evaluation/xnli/ru/guaranteed_possible_impossible/results.json +9 -0
- evaluation/xnli/ru/justified_in_saying/results.json +9 -0
- pytorch_model.bin.index.json +372 -0
- pytorch_model_00001-of-00032.bin +3 -0
- pytorch_model_00002-of-00032.bin +3 -0
- pytorch_model_00003-of-00032.bin +3 -0
- pytorch_model_00004-of-00032.bin +3 -0
- pytorch_model_00005-of-00032.bin +3 -0
- pytorch_model_00006-of-00032.bin +3 -0
- pytorch_model_00007-of-00032.bin +3 -0
- pytorch_model_00008-of-00032.bin +3 -0
- pytorch_model_00009-of-00032.bin +3 -0
- pytorch_model_00010-of-00032.bin +3 -0
- pytorch_model_00011-of-00032.bin +3 -0
- pytorch_model_00012-of-00032.bin +3 -0
- pytorch_model_00013-of-00032.bin +3 -0
- pytorch_model_00014-of-00032.bin +3 -0
- pytorch_model_00015-of-00032.bin +3 -0
- pytorch_model_00016-of-00032.bin +3 -0
- pytorch_model_00017-of-00032.bin +3 -0
- pytorch_model_00018-of-00032.bin +3 -0
- pytorch_model_00019-of-00032.bin +3 -0
- pytorch_model_00020-of-00032.bin +3 -0
- pytorch_model_00021-of-00032.bin +3 -0
- pytorch_model_00022-of-00032.bin +3 -0
- pytorch_model_00023-of-00032.bin +3 -0
- pytorch_model_00024-of-00032.bin +3 -0
- pytorch_model_00025-of-00032.bin +3 -0
- pytorch_model_00026-of-00032.bin +3 -0
- pytorch_model_00027-of-00032.bin +3 -0
- pytorch_model_00028-of-00032.bin +3 -0
- pytorch_model_00029-of-00032.bin +3 -0
- pytorch_model_00030-of-00032.bin +3 -0
- pytorch_model_00031-of-00032.bin +3 -0
- pytorch_model_00032-of-00032.bin +3 -0
.gitattributes
CHANGED
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
32 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
35 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"apply_residual_connection_post_layernorm": false,
|
3 |
+
"architectures": [
|
4 |
+
"BloomModel"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"attention_softmax_in_fp32": true,
|
8 |
+
"bias_dropout_fusion": true,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"hidden_dropout": 0.0,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_epsilon": 1e-05,
|
14 |
+
"masked_softmax_fusion": true,
|
15 |
+
"model_type": "bloom",
|
16 |
+
"n_embed": 4096,
|
17 |
+
"n_inner": null,
|
18 |
+
"n_layer": 30,
|
19 |
+
"num_attention_heads": 32,
|
20 |
+
"offset_alibi": 100,
|
21 |
+
"pad_token_id": 3,
|
22 |
+
"pretraining_tp": 4,
|
23 |
+
"seq_length": 2048,
|
24 |
+
"skip_bias_add": true,
|
25 |
+
"skip_bias_add_qkv": false,
|
26 |
+
"slow_but_exact": false,
|
27 |
+
"transformers_version": "4.21.0.dev0",
|
28 |
+
"unk_token_id": 0,
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 250880
|
31 |
+
}
|
evaluation/Muennighoff_xstory_cloze/ru/Answer_Given_options/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xstory_cloze",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Answer Given options",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.6340172071475844
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xstory_cloze', dataset_config_name='ru', template_config_name='en', template_name='Answer Given options', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xstory_cloze/ru/Choose_Story_Ending/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xstory_cloze",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Choose Story Ending",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.7908669755129054
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xstory_cloze', dataset_config_name='ru', template_config_name='en', template_name='Choose Story Ending', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xstory_cloze/ru/Generate_Ending/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xstory_cloze",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Generate Ending",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.5532759761747187
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xstory_cloze', dataset_config_name='ru', template_config_name='en', template_name='Generate Ending', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xstory_cloze/ru/Novel_Correct_Ending/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xstory_cloze",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Novel Correct Ending",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.7379219060225016
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xstory_cloze', dataset_config_name='ru', template_config_name='en', template_name='Novel Correct Ending', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xstory_cloze/ru/Story_Continuation_and_Options/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xstory_cloze",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Story Continuation and Options",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.7531436135009927
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xstory_cloze', dataset_config_name='ru', template_config_name='en', template_name='Story Continuation and Options', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xwinograd/ru/Replace/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xwinograd",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "Replace",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.5396825396825397
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xwinograd', dataset_config_name='ru', template_config_name='en', template_name='Replace', split='test', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xwinograd/ru/True_or_False/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xwinograd",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "True or False",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.46984126984126984
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xwinograd', dataset_config_name='ru', template_config_name='en', template_name='True or False', split='test', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xwinograd/ru/does_underscore_refer_to/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xwinograd",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "does underscore refer to",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.5079365079365079
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xwinograd', dataset_config_name='ru', template_config_name='en', template_name='does underscore refer to', split='test', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xwinograd/ru/stand_for/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xwinograd",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "stand for",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.4888888888888889
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xwinograd', dataset_config_name='ru', template_config_name='en', template_name='stand for', split='test', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/Muennighoff_xwinograd/ru/underscore_refer_to/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "Muennighoff/xwinograd",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "underscore refer to",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.5079365079365079
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='Muennighoff/xwinograd', dataset_config_name='ru', template_config_name='en', template_name='underscore refer to', split='test', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/xnli/ru/GPT-3_style/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "xnli",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "GPT-3 style",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.5
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='xnli', dataset_config_name='ru', template_config_name='en', template_name='GPT-3 style', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/xnli/ru/MNLI_crowdsource/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "xnli",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "MNLI crowdsource",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.38473895582329315
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='xnli', dataset_config_name='ru', template_config_name='en', template_name='MNLI crowdsource', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/xnli/ru/can_we_infer/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "xnli",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "can we infer",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.4971887550200803
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='xnli', dataset_config_name='ru', template_config_name='en', template_name='can we infer', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/xnli/ru/guaranteed_possible_impossible/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "xnli",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "guaranteed/possible/impossible",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.36626506024096384
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='xnli', dataset_config_name='ru', template_config_name='en', template_name='guaranteed/possible/impossible', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
evaluation/xnli/ru/justified_in_saying/results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dataset_name": "xnli",
|
3 |
+
"dataset_config_name": "ru",
|
4 |
+
"template_name": "justified in saying",
|
5 |
+
"evaluation": {
|
6 |
+
"accuracy": 0.46265060240963857
|
7 |
+
},
|
8 |
+
"arguments": "Namespace(dataset_name='xnli', dataset_config_name='ru', template_config_name='en', template_name='justified in saying', split='validation', max_length=2048, target_max_length=256, pad_to_max_length=False, model_name_or_path='bloomz-7b1-xp3ru', config_name=None, tokenizer_name=None, use_slow_tokenizer=False, per_device_eval_batch_size=4, output_dir='bloomz-7b1-xp3ru/evaluation', debug=False, prefixlm=False, dtype='float16', nospace=False, scratchpad=False)"
|
9 |
+
}
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,372 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 14138032128
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"h.0.input_layernorm.bias": "pytorch_model_00002-of-00032.bin",
|
7 |
+
"h.0.input_layernorm.weight": "pytorch_model_00002-of-00032.bin",
|
8 |
+
"h.0.mlp.dense_4h_to_h.bias": "pytorch_model_00002-of-00032.bin",
|
9 |
+
"h.0.mlp.dense_4h_to_h.weight": "pytorch_model_00002-of-00032.bin",
|
10 |
+
"h.0.mlp.dense_h_to_4h.bias": "pytorch_model_00002-of-00032.bin",
|
11 |
+
"h.0.mlp.dense_h_to_4h.weight": "pytorch_model_00002-of-00032.bin",
|
12 |
+
"h.0.post_attention_layernorm.bias": "pytorch_model_00002-of-00032.bin",
|
13 |
+
"h.0.post_attention_layernorm.weight": "pytorch_model_00002-of-00032.bin",
|
14 |
+
"h.0.self_attention.dense.bias": "pytorch_model_00002-of-00032.bin",
|
15 |
+
"h.0.self_attention.dense.weight": "pytorch_model_00002-of-00032.bin",
|
16 |
+
"h.0.self_attention.query_key_value.bias": "pytorch_model_00002-of-00032.bin",
|
17 |
+
"h.0.self_attention.query_key_value.weight": "pytorch_model_00002-of-00032.bin",
|
18 |
+
"h.1.input_layernorm.bias": "pytorch_model_00003-of-00032.bin",
|
19 |
+
"h.1.input_layernorm.weight": "pytorch_model_00003-of-00032.bin",
|
20 |
+
"h.1.mlp.dense_4h_to_h.bias": "pytorch_model_00003-of-00032.bin",
|
21 |
+
"h.1.mlp.dense_4h_to_h.weight": "pytorch_model_00003-of-00032.bin",
|
22 |
+
"h.1.mlp.dense_h_to_4h.bias": "pytorch_model_00003-of-00032.bin",
|
23 |
+
"h.1.mlp.dense_h_to_4h.weight": "pytorch_model_00003-of-00032.bin",
|
24 |
+
"h.1.post_attention_layernorm.bias": "pytorch_model_00003-of-00032.bin",
|
25 |
+
"h.1.post_attention_layernorm.weight": "pytorch_model_00003-of-00032.bin",
|
26 |
+
"h.1.self_attention.dense.bias": "pytorch_model_00003-of-00032.bin",
|
27 |
+
"h.1.self_attention.dense.weight": "pytorch_model_00003-of-00032.bin",
|
28 |
+
"h.1.self_attention.query_key_value.bias": "pytorch_model_00003-of-00032.bin",
|
29 |
+
"h.1.self_attention.query_key_value.weight": "pytorch_model_00003-of-00032.bin",
|
30 |
+
"h.10.input_layernorm.bias": "pytorch_model_00012-of-00032.bin",
|
31 |
+
"h.10.input_layernorm.weight": "pytorch_model_00012-of-00032.bin",
|
32 |
+
"h.10.mlp.dense_4h_to_h.bias": "pytorch_model_00012-of-00032.bin",
|
33 |
+
"h.10.mlp.dense_4h_to_h.weight": "pytorch_model_00012-of-00032.bin",
|
34 |
+
"h.10.mlp.dense_h_to_4h.bias": "pytorch_model_00012-of-00032.bin",
|
35 |
+
"h.10.mlp.dense_h_to_4h.weight": "pytorch_model_00012-of-00032.bin",
|
36 |
+
"h.10.post_attention_layernorm.bias": "pytorch_model_00012-of-00032.bin",
|
37 |
+
"h.10.post_attention_layernorm.weight": "pytorch_model_00012-of-00032.bin",
|
38 |
+
"h.10.self_attention.dense.bias": "pytorch_model_00012-of-00032.bin",
|
39 |
+
"h.10.self_attention.dense.weight": "pytorch_model_00012-of-00032.bin",
|
40 |
+
"h.10.self_attention.query_key_value.bias": "pytorch_model_00012-of-00032.bin",
|
41 |
+
"h.10.self_attention.query_key_value.weight": "pytorch_model_00012-of-00032.bin",
|
42 |
+
"h.11.input_layernorm.bias": "pytorch_model_00013-of-00032.bin",
|
43 |
+
"h.11.input_layernorm.weight": "pytorch_model_00013-of-00032.bin",
|
44 |
+
"h.11.mlp.dense_4h_to_h.bias": "pytorch_model_00013-of-00032.bin",
|
45 |
+
"h.11.mlp.dense_4h_to_h.weight": "pytorch_model_00013-of-00032.bin",
|
46 |
+
"h.11.mlp.dense_h_to_4h.bias": "pytorch_model_00013-of-00032.bin",
|
47 |
+
"h.11.mlp.dense_h_to_4h.weight": "pytorch_model_00013-of-00032.bin",
|
48 |
+
"h.11.post_attention_layernorm.bias": "pytorch_model_00013-of-00032.bin",
|
49 |
+
"h.11.post_attention_layernorm.weight": "pytorch_model_00013-of-00032.bin",
|
50 |
+
"h.11.self_attention.dense.bias": "pytorch_model_00013-of-00032.bin",
|
51 |
+
"h.11.self_attention.dense.weight": "pytorch_model_00013-of-00032.bin",
|
52 |
+
"h.11.self_attention.query_key_value.bias": "pytorch_model_00013-of-00032.bin",
|
53 |
+
"h.11.self_attention.query_key_value.weight": "pytorch_model_00013-of-00032.bin",
|
54 |
+
"h.12.input_layernorm.bias": "pytorch_model_00014-of-00032.bin",
|
55 |
+
"h.12.input_layernorm.weight": "pytorch_model_00014-of-00032.bin",
|
56 |
+
"h.12.mlp.dense_4h_to_h.bias": "pytorch_model_00014-of-00032.bin",
|
57 |
+
"h.12.mlp.dense_4h_to_h.weight": "pytorch_model_00014-of-00032.bin",
|
58 |
+
"h.12.mlp.dense_h_to_4h.bias": "pytorch_model_00014-of-00032.bin",
|
59 |
+
"h.12.mlp.dense_h_to_4h.weight": "pytorch_model_00014-of-00032.bin",
|
60 |
+
"h.12.post_attention_layernorm.bias": "pytorch_model_00014-of-00032.bin",
|
61 |
+
"h.12.post_attention_layernorm.weight": "pytorch_model_00014-of-00032.bin",
|
62 |
+
"h.12.self_attention.dense.bias": "pytorch_model_00014-of-00032.bin",
|
63 |
+
"h.12.self_attention.dense.weight": "pytorch_model_00014-of-00032.bin",
|
64 |
+
"h.12.self_attention.query_key_value.bias": "pytorch_model_00014-of-00032.bin",
|
65 |
+
"h.12.self_attention.query_key_value.weight": "pytorch_model_00014-of-00032.bin",
|
66 |
+
"h.13.input_layernorm.bias": "pytorch_model_00015-of-00032.bin",
|
67 |
+
"h.13.input_layernorm.weight": "pytorch_model_00015-of-00032.bin",
|
68 |
+
"h.13.mlp.dense_4h_to_h.bias": "pytorch_model_00015-of-00032.bin",
|
69 |
+
"h.13.mlp.dense_4h_to_h.weight": "pytorch_model_00015-of-00032.bin",
|
70 |
+
"h.13.mlp.dense_h_to_4h.bias": "pytorch_model_00015-of-00032.bin",
|
71 |
+
"h.13.mlp.dense_h_to_4h.weight": "pytorch_model_00015-of-00032.bin",
|
72 |
+
"h.13.post_attention_layernorm.bias": "pytorch_model_00015-of-00032.bin",
|
73 |
+
"h.13.post_attention_layernorm.weight": "pytorch_model_00015-of-00032.bin",
|
74 |
+
"h.13.self_attention.dense.bias": "pytorch_model_00015-of-00032.bin",
|
75 |
+
"h.13.self_attention.dense.weight": "pytorch_model_00015-of-00032.bin",
|
76 |
+
"h.13.self_attention.query_key_value.bias": "pytorch_model_00015-of-00032.bin",
|
77 |
+
"h.13.self_attention.query_key_value.weight": "pytorch_model_00015-of-00032.bin",
|
78 |
+
"h.14.input_layernorm.bias": "pytorch_model_00016-of-00032.bin",
|
79 |
+
"h.14.input_layernorm.weight": "pytorch_model_00016-of-00032.bin",
|
80 |
+
"h.14.mlp.dense_4h_to_h.bias": "pytorch_model_00016-of-00032.bin",
|
81 |
+
"h.14.mlp.dense_4h_to_h.weight": "pytorch_model_00016-of-00032.bin",
|
82 |
+
"h.14.mlp.dense_h_to_4h.bias": "pytorch_model_00016-of-00032.bin",
|
83 |
+
"h.14.mlp.dense_h_to_4h.weight": "pytorch_model_00016-of-00032.bin",
|
84 |
+
"h.14.post_attention_layernorm.bias": "pytorch_model_00016-of-00032.bin",
|
85 |
+
"h.14.post_attention_layernorm.weight": "pytorch_model_00016-of-00032.bin",
|
86 |
+
"h.14.self_attention.dense.bias": "pytorch_model_00016-of-00032.bin",
|
87 |
+
"h.14.self_attention.dense.weight": "pytorch_model_00016-of-00032.bin",
|
88 |
+
"h.14.self_attention.query_key_value.bias": "pytorch_model_00016-of-00032.bin",
|
89 |
+
"h.14.self_attention.query_key_value.weight": "pytorch_model_00016-of-00032.bin",
|
90 |
+
"h.15.input_layernorm.bias": "pytorch_model_00017-of-00032.bin",
|
91 |
+
"h.15.input_layernorm.weight": "pytorch_model_00017-of-00032.bin",
|
92 |
+
"h.15.mlp.dense_4h_to_h.bias": "pytorch_model_00017-of-00032.bin",
|
93 |
+
"h.15.mlp.dense_4h_to_h.weight": "pytorch_model_00017-of-00032.bin",
|
94 |
+
"h.15.mlp.dense_h_to_4h.bias": "pytorch_model_00017-of-00032.bin",
|
95 |
+
"h.15.mlp.dense_h_to_4h.weight": "pytorch_model_00017-of-00032.bin",
|
96 |
+
"h.15.post_attention_layernorm.bias": "pytorch_model_00017-of-00032.bin",
|
97 |
+
"h.15.post_attention_layernorm.weight": "pytorch_model_00017-of-00032.bin",
|
98 |
+
"h.15.self_attention.dense.bias": "pytorch_model_00017-of-00032.bin",
|
99 |
+
"h.15.self_attention.dense.weight": "pytorch_model_00017-of-00032.bin",
|
100 |
+
"h.15.self_attention.query_key_value.bias": "pytorch_model_00017-of-00032.bin",
|
101 |
+
"h.15.self_attention.query_key_value.weight": "pytorch_model_00017-of-00032.bin",
|
102 |
+
"h.16.input_layernorm.bias": "pytorch_model_00018-of-00032.bin",
|
103 |
+
"h.16.input_layernorm.weight": "pytorch_model_00018-of-00032.bin",
|
104 |
+
"h.16.mlp.dense_4h_to_h.bias": "pytorch_model_00018-of-00032.bin",
|
105 |
+
"h.16.mlp.dense_4h_to_h.weight": "pytorch_model_00018-of-00032.bin",
|
106 |
+
"h.16.mlp.dense_h_to_4h.bias": "pytorch_model_00018-of-00032.bin",
|
107 |
+
"h.16.mlp.dense_h_to_4h.weight": "pytorch_model_00018-of-00032.bin",
|
108 |
+
"h.16.post_attention_layernorm.bias": "pytorch_model_00018-of-00032.bin",
|
109 |
+
"h.16.post_attention_layernorm.weight": "pytorch_model_00018-of-00032.bin",
|
110 |
+
"h.16.self_attention.dense.bias": "pytorch_model_00018-of-00032.bin",
|
111 |
+
"h.16.self_attention.dense.weight": "pytorch_model_00018-of-00032.bin",
|
112 |
+
"h.16.self_attention.query_key_value.bias": "pytorch_model_00018-of-00032.bin",
|
113 |
+
"h.16.self_attention.query_key_value.weight": "pytorch_model_00018-of-00032.bin",
|
114 |
+
"h.17.input_layernorm.bias": "pytorch_model_00019-of-00032.bin",
|
115 |
+
"h.17.input_layernorm.weight": "pytorch_model_00019-of-00032.bin",
|
116 |
+
"h.17.mlp.dense_4h_to_h.bias": "pytorch_model_00019-of-00032.bin",
|
117 |
+
"h.17.mlp.dense_4h_to_h.weight": "pytorch_model_00019-of-00032.bin",
|
118 |
+
"h.17.mlp.dense_h_to_4h.bias": "pytorch_model_00019-of-00032.bin",
|
119 |
+
"h.17.mlp.dense_h_to_4h.weight": "pytorch_model_00019-of-00032.bin",
|
120 |
+
"h.17.post_attention_layernorm.bias": "pytorch_model_00019-of-00032.bin",
|
121 |
+
"h.17.post_attention_layernorm.weight": "pytorch_model_00019-of-00032.bin",
|
122 |
+
"h.17.self_attention.dense.bias": "pytorch_model_00019-of-00032.bin",
|
123 |
+
"h.17.self_attention.dense.weight": "pytorch_model_00019-of-00032.bin",
|
124 |
+
"h.17.self_attention.query_key_value.bias": "pytorch_model_00019-of-00032.bin",
|
125 |
+
"h.17.self_attention.query_key_value.weight": "pytorch_model_00019-of-00032.bin",
|
126 |
+
"h.18.input_layernorm.bias": "pytorch_model_00020-of-00032.bin",
|
127 |
+
"h.18.input_layernorm.weight": "pytorch_model_00020-of-00032.bin",
|
128 |
+
"h.18.mlp.dense_4h_to_h.bias": "pytorch_model_00020-of-00032.bin",
|
129 |
+
"h.18.mlp.dense_4h_to_h.weight": "pytorch_model_00020-of-00032.bin",
|
130 |
+
"h.18.mlp.dense_h_to_4h.bias": "pytorch_model_00020-of-00032.bin",
|
131 |
+
"h.18.mlp.dense_h_to_4h.weight": "pytorch_model_00020-of-00032.bin",
|
132 |
+
"h.18.post_attention_layernorm.bias": "pytorch_model_00020-of-00032.bin",
|
133 |
+
"h.18.post_attention_layernorm.weight": "pytorch_model_00020-of-00032.bin",
|
134 |
+
"h.18.self_attention.dense.bias": "pytorch_model_00020-of-00032.bin",
|
135 |
+
"h.18.self_attention.dense.weight": "pytorch_model_00020-of-00032.bin",
|
136 |
+
"h.18.self_attention.query_key_value.bias": "pytorch_model_00020-of-00032.bin",
|
137 |
+
"h.18.self_attention.query_key_value.weight": "pytorch_model_00020-of-00032.bin",
|
138 |
+
"h.19.input_layernorm.bias": "pytorch_model_00021-of-00032.bin",
|
139 |
+
"h.19.input_layernorm.weight": "pytorch_model_00021-of-00032.bin",
|
140 |
+
"h.19.mlp.dense_4h_to_h.bias": "pytorch_model_00021-of-00032.bin",
|
141 |
+
"h.19.mlp.dense_4h_to_h.weight": "pytorch_model_00021-of-00032.bin",
|
142 |
+
"h.19.mlp.dense_h_to_4h.bias": "pytorch_model_00021-of-00032.bin",
|
143 |
+
"h.19.mlp.dense_h_to_4h.weight": "pytorch_model_00021-of-00032.bin",
|
144 |
+
"h.19.post_attention_layernorm.bias": "pytorch_model_00021-of-00032.bin",
|
145 |
+
"h.19.post_attention_layernorm.weight": "pytorch_model_00021-of-00032.bin",
|
146 |
+
"h.19.self_attention.dense.bias": "pytorch_model_00021-of-00032.bin",
|
147 |
+
"h.19.self_attention.dense.weight": "pytorch_model_00021-of-00032.bin",
|
148 |
+
"h.19.self_attention.query_key_value.bias": "pytorch_model_00021-of-00032.bin",
|
149 |
+
"h.19.self_attention.query_key_value.weight": "pytorch_model_00021-of-00032.bin",
|
150 |
+
"h.2.input_layernorm.bias": "pytorch_model_00004-of-00032.bin",
|
151 |
+
"h.2.input_layernorm.weight": "pytorch_model_00004-of-00032.bin",
|
152 |
+
"h.2.mlp.dense_4h_to_h.bias": "pytorch_model_00004-of-00032.bin",
|
153 |
+
"h.2.mlp.dense_4h_to_h.weight": "pytorch_model_00004-of-00032.bin",
|
154 |
+
"h.2.mlp.dense_h_to_4h.bias": "pytorch_model_00004-of-00032.bin",
|
155 |
+
"h.2.mlp.dense_h_to_4h.weight": "pytorch_model_00004-of-00032.bin",
|
156 |
+
"h.2.post_attention_layernorm.bias": "pytorch_model_00004-of-00032.bin",
|
157 |
+
"h.2.post_attention_layernorm.weight": "pytorch_model_00004-of-00032.bin",
|
158 |
+
"h.2.self_attention.dense.bias": "pytorch_model_00004-of-00032.bin",
|
159 |
+
"h.2.self_attention.dense.weight": "pytorch_model_00004-of-00032.bin",
|
160 |
+
"h.2.self_attention.query_key_value.bias": "pytorch_model_00004-of-00032.bin",
|
161 |
+
"h.2.self_attention.query_key_value.weight": "pytorch_model_00004-of-00032.bin",
|
162 |
+
"h.20.input_layernorm.bias": "pytorch_model_00022-of-00032.bin",
|
163 |
+
"h.20.input_layernorm.weight": "pytorch_model_00022-of-00032.bin",
|
164 |
+
"h.20.mlp.dense_4h_to_h.bias": "pytorch_model_00022-of-00032.bin",
|
165 |
+
"h.20.mlp.dense_4h_to_h.weight": "pytorch_model_00022-of-00032.bin",
|
166 |
+
"h.20.mlp.dense_h_to_4h.bias": "pytorch_model_00022-of-00032.bin",
|
167 |
+
"h.20.mlp.dense_h_to_4h.weight": "pytorch_model_00022-of-00032.bin",
|
168 |
+
"h.20.post_attention_layernorm.bias": "pytorch_model_00022-of-00032.bin",
|
169 |
+
"h.20.post_attention_layernorm.weight": "pytorch_model_00022-of-00032.bin",
|
170 |
+
"h.20.self_attention.dense.bias": "pytorch_model_00022-of-00032.bin",
|
171 |
+
"h.20.self_attention.dense.weight": "pytorch_model_00022-of-00032.bin",
|
172 |
+
"h.20.self_attention.query_key_value.bias": "pytorch_model_00022-of-00032.bin",
|
173 |
+
"h.20.self_attention.query_key_value.weight": "pytorch_model_00022-of-00032.bin",
|
174 |
+
"h.21.input_layernorm.bias": "pytorch_model_00023-of-00032.bin",
|
175 |
+
"h.21.input_layernorm.weight": "pytorch_model_00023-of-00032.bin",
|
176 |
+
"h.21.mlp.dense_4h_to_h.bias": "pytorch_model_00023-of-00032.bin",
|
177 |
+
"h.21.mlp.dense_4h_to_h.weight": "pytorch_model_00023-of-00032.bin",
|
178 |
+
"h.21.mlp.dense_h_to_4h.bias": "pytorch_model_00023-of-00032.bin",
|
179 |
+
"h.21.mlp.dense_h_to_4h.weight": "pytorch_model_00023-of-00032.bin",
|
180 |
+
"h.21.post_attention_layernorm.bias": "pytorch_model_00023-of-00032.bin",
|
181 |
+
"h.21.post_attention_layernorm.weight": "pytorch_model_00023-of-00032.bin",
|
182 |
+
"h.21.self_attention.dense.bias": "pytorch_model_00023-of-00032.bin",
|
183 |
+
"h.21.self_attention.dense.weight": "pytorch_model_00023-of-00032.bin",
|
184 |
+
"h.21.self_attention.query_key_value.bias": "pytorch_model_00023-of-00032.bin",
|
185 |
+
"h.21.self_attention.query_key_value.weight": "pytorch_model_00023-of-00032.bin",
|
186 |
+
"h.22.input_layernorm.bias": "pytorch_model_00024-of-00032.bin",
|
187 |
+
"h.22.input_layernorm.weight": "pytorch_model_00024-of-00032.bin",
|
188 |
+
"h.22.mlp.dense_4h_to_h.bias": "pytorch_model_00024-of-00032.bin",
|
189 |
+
"h.22.mlp.dense_4h_to_h.weight": "pytorch_model_00024-of-00032.bin",
|
190 |
+
"h.22.mlp.dense_h_to_4h.bias": "pytorch_model_00024-of-00032.bin",
|
191 |
+
"h.22.mlp.dense_h_to_4h.weight": "pytorch_model_00024-of-00032.bin",
|
192 |
+
"h.22.post_attention_layernorm.bias": "pytorch_model_00024-of-00032.bin",
|
193 |
+
"h.22.post_attention_layernorm.weight": "pytorch_model_00024-of-00032.bin",
|
194 |
+
"h.22.self_attention.dense.bias": "pytorch_model_00024-of-00032.bin",
|
195 |
+
"h.22.self_attention.dense.weight": "pytorch_model_00024-of-00032.bin",
|
196 |
+
"h.22.self_attention.query_key_value.bias": "pytorch_model_00024-of-00032.bin",
|
197 |
+
"h.22.self_attention.query_key_value.weight": "pytorch_model_00024-of-00032.bin",
|
198 |
+
"h.23.input_layernorm.bias": "pytorch_model_00025-of-00032.bin",
|
199 |
+
"h.23.input_layernorm.weight": "pytorch_model_00025-of-00032.bin",
|
200 |
+
"h.23.mlp.dense_4h_to_h.bias": "pytorch_model_00025-of-00032.bin",
|
201 |
+
"h.23.mlp.dense_4h_to_h.weight": "pytorch_model_00025-of-00032.bin",
|
202 |
+
"h.23.mlp.dense_h_to_4h.bias": "pytorch_model_00025-of-00032.bin",
|
203 |
+
"h.23.mlp.dense_h_to_4h.weight": "pytorch_model_00025-of-00032.bin",
|
204 |
+
"h.23.post_attention_layernorm.bias": "pytorch_model_00025-of-00032.bin",
|
205 |
+
"h.23.post_attention_layernorm.weight": "pytorch_model_00025-of-00032.bin",
|
206 |
+
"h.23.self_attention.dense.bias": "pytorch_model_00025-of-00032.bin",
|
207 |
+
"h.23.self_attention.dense.weight": "pytorch_model_00025-of-00032.bin",
|
208 |
+
"h.23.self_attention.query_key_value.bias": "pytorch_model_00025-of-00032.bin",
|
209 |
+
"h.23.self_attention.query_key_value.weight": "pytorch_model_00025-of-00032.bin",
|
210 |
+
"h.24.input_layernorm.bias": "pytorch_model_00026-of-00032.bin",
|
211 |
+
"h.24.input_layernorm.weight": "pytorch_model_00026-of-00032.bin",
|
212 |
+
"h.24.mlp.dense_4h_to_h.bias": "pytorch_model_00026-of-00032.bin",
|
213 |
+
"h.24.mlp.dense_4h_to_h.weight": "pytorch_model_00026-of-00032.bin",
|
214 |
+
"h.24.mlp.dense_h_to_4h.bias": "pytorch_model_00026-of-00032.bin",
|
215 |
+
"h.24.mlp.dense_h_to_4h.weight": "pytorch_model_00026-of-00032.bin",
|
216 |
+
"h.24.post_attention_layernorm.bias": "pytorch_model_00026-of-00032.bin",
|
217 |
+
"h.24.post_attention_layernorm.weight": "pytorch_model_00026-of-00032.bin",
|
218 |
+
"h.24.self_attention.dense.bias": "pytorch_model_00026-of-00032.bin",
|
219 |
+
"h.24.self_attention.dense.weight": "pytorch_model_00026-of-00032.bin",
|
220 |
+
"h.24.self_attention.query_key_value.bias": "pytorch_model_00026-of-00032.bin",
|
221 |
+
"h.24.self_attention.query_key_value.weight": "pytorch_model_00026-of-00032.bin",
|
222 |
+
"h.25.input_layernorm.bias": "pytorch_model_00027-of-00032.bin",
|
223 |
+
"h.25.input_layernorm.weight": "pytorch_model_00027-of-00032.bin",
|
224 |
+
"h.25.mlp.dense_4h_to_h.bias": "pytorch_model_00027-of-00032.bin",
|
225 |
+
"h.25.mlp.dense_4h_to_h.weight": "pytorch_model_00027-of-00032.bin",
|
226 |
+
"h.25.mlp.dense_h_to_4h.bias": "pytorch_model_00027-of-00032.bin",
|
227 |
+
"h.25.mlp.dense_h_to_4h.weight": "pytorch_model_00027-of-00032.bin",
|
228 |
+
"h.25.post_attention_layernorm.bias": "pytorch_model_00027-of-00032.bin",
|
229 |
+
"h.25.post_attention_layernorm.weight": "pytorch_model_00027-of-00032.bin",
|
230 |
+
"h.25.self_attention.dense.bias": "pytorch_model_00027-of-00032.bin",
|
231 |
+
"h.25.self_attention.dense.weight": "pytorch_model_00027-of-00032.bin",
|
232 |
+
"h.25.self_attention.query_key_value.bias": "pytorch_model_00027-of-00032.bin",
|
233 |
+
"h.25.self_attention.query_key_value.weight": "pytorch_model_00027-of-00032.bin",
|
234 |
+
"h.26.input_layernorm.bias": "pytorch_model_00028-of-00032.bin",
|
235 |
+
"h.26.input_layernorm.weight": "pytorch_model_00028-of-00032.bin",
|
236 |
+
"h.26.mlp.dense_4h_to_h.bias": "pytorch_model_00028-of-00032.bin",
|
237 |
+
"h.26.mlp.dense_4h_to_h.weight": "pytorch_model_00028-of-00032.bin",
|
238 |
+
"h.26.mlp.dense_h_to_4h.bias": "pytorch_model_00028-of-00032.bin",
|
239 |
+
"h.26.mlp.dense_h_to_4h.weight": "pytorch_model_00028-of-00032.bin",
|
240 |
+
"h.26.post_attention_layernorm.bias": "pytorch_model_00028-of-00032.bin",
|
241 |
+
"h.26.post_attention_layernorm.weight": "pytorch_model_00028-of-00032.bin",
|
242 |
+
"h.26.self_attention.dense.bias": "pytorch_model_00028-of-00032.bin",
|
243 |
+
"h.26.self_attention.dense.weight": "pytorch_model_00028-of-00032.bin",
|
244 |
+
"h.26.self_attention.query_key_value.bias": "pytorch_model_00028-of-00032.bin",
|
245 |
+
"h.26.self_attention.query_key_value.weight": "pytorch_model_00028-of-00032.bin",
|
246 |
+
"h.27.input_layernorm.bias": "pytorch_model_00029-of-00032.bin",
|
247 |
+
"h.27.input_layernorm.weight": "pytorch_model_00029-of-00032.bin",
|
248 |
+
"h.27.mlp.dense_4h_to_h.bias": "pytorch_model_00029-of-00032.bin",
|
249 |
+
"h.27.mlp.dense_4h_to_h.weight": "pytorch_model_00029-of-00032.bin",
|
250 |
+
"h.27.mlp.dense_h_to_4h.bias": "pytorch_model_00029-of-00032.bin",
|
251 |
+
"h.27.mlp.dense_h_to_4h.weight": "pytorch_model_00029-of-00032.bin",
|
252 |
+
"h.27.post_attention_layernorm.bias": "pytorch_model_00029-of-00032.bin",
|
253 |
+
"h.27.post_attention_layernorm.weight": "pytorch_model_00029-of-00032.bin",
|
254 |
+
"h.27.self_attention.dense.bias": "pytorch_model_00029-of-00032.bin",
|
255 |
+
"h.27.self_attention.dense.weight": "pytorch_model_00029-of-00032.bin",
|
256 |
+
"h.27.self_attention.query_key_value.bias": "pytorch_model_00029-of-00032.bin",
|
257 |
+
"h.27.self_attention.query_key_value.weight": "pytorch_model_00029-of-00032.bin",
|
258 |
+
"h.28.input_layernorm.bias": "pytorch_model_00030-of-00032.bin",
|
259 |
+
"h.28.input_layernorm.weight": "pytorch_model_00030-of-00032.bin",
|
260 |
+
"h.28.mlp.dense_4h_to_h.bias": "pytorch_model_00030-of-00032.bin",
|
261 |
+
"h.28.mlp.dense_4h_to_h.weight": "pytorch_model_00030-of-00032.bin",
|
262 |
+
"h.28.mlp.dense_h_to_4h.bias": "pytorch_model_00030-of-00032.bin",
|
263 |
+
"h.28.mlp.dense_h_to_4h.weight": "pytorch_model_00030-of-00032.bin",
|
264 |
+
"h.28.post_attention_layernorm.bias": "pytorch_model_00030-of-00032.bin",
|
265 |
+
"h.28.post_attention_layernorm.weight": "pytorch_model_00030-of-00032.bin",
|
266 |
+
"h.28.self_attention.dense.bias": "pytorch_model_00030-of-00032.bin",
|
267 |
+
"h.28.self_attention.dense.weight": "pytorch_model_00030-of-00032.bin",
|
268 |
+
"h.28.self_attention.query_key_value.bias": "pytorch_model_00030-of-00032.bin",
|
269 |
+
"h.28.self_attention.query_key_value.weight": "pytorch_model_00030-of-00032.bin",
|
270 |
+
"h.29.input_layernorm.bias": "pytorch_model_00031-of-00032.bin",
|
271 |
+
"h.29.input_layernorm.weight": "pytorch_model_00031-of-00032.bin",
|
272 |
+
"h.29.mlp.dense_4h_to_h.bias": "pytorch_model_00031-of-00032.bin",
|
273 |
+
"h.29.mlp.dense_4h_to_h.weight": "pytorch_model_00031-of-00032.bin",
|
274 |
+
"h.29.mlp.dense_h_to_4h.bias": "pytorch_model_00031-of-00032.bin",
|
275 |
+
"h.29.mlp.dense_h_to_4h.weight": "pytorch_model_00031-of-00032.bin",
|
276 |
+
"h.29.post_attention_layernorm.bias": "pytorch_model_00031-of-00032.bin",
|
277 |
+
"h.29.post_attention_layernorm.weight": "pytorch_model_00031-of-00032.bin",
|
278 |
+
"h.29.self_attention.dense.bias": "pytorch_model_00031-of-00032.bin",
|
279 |
+
"h.29.self_attention.dense.weight": "pytorch_model_00031-of-00032.bin",
|
280 |
+
"h.29.self_attention.query_key_value.bias": "pytorch_model_00031-of-00032.bin",
|
281 |
+
"h.29.self_attention.query_key_value.weight": "pytorch_model_00031-of-00032.bin",
|
282 |
+
"h.3.input_layernorm.bias": "pytorch_model_00005-of-00032.bin",
|
283 |
+
"h.3.input_layernorm.weight": "pytorch_model_00005-of-00032.bin",
|
284 |
+
"h.3.mlp.dense_4h_to_h.bias": "pytorch_model_00005-of-00032.bin",
|
285 |
+
"h.3.mlp.dense_4h_to_h.weight": "pytorch_model_00005-of-00032.bin",
|
286 |
+
"h.3.mlp.dense_h_to_4h.bias": "pytorch_model_00005-of-00032.bin",
|
287 |
+
"h.3.mlp.dense_h_to_4h.weight": "pytorch_model_00005-of-00032.bin",
|
288 |
+
"h.3.post_attention_layernorm.bias": "pytorch_model_00005-of-00032.bin",
|
289 |
+
"h.3.post_attention_layernorm.weight": "pytorch_model_00005-of-00032.bin",
|
290 |
+
"h.3.self_attention.dense.bias": "pytorch_model_00005-of-00032.bin",
|
291 |
+
"h.3.self_attention.dense.weight": "pytorch_model_00005-of-00032.bin",
|
292 |
+
"h.3.self_attention.query_key_value.bias": "pytorch_model_00005-of-00032.bin",
|
293 |
+
"h.3.self_attention.query_key_value.weight": "pytorch_model_00005-of-00032.bin",
|
294 |
+
"h.4.input_layernorm.bias": "pytorch_model_00006-of-00032.bin",
|
295 |
+
"h.4.input_layernorm.weight": "pytorch_model_00006-of-00032.bin",
|
296 |
+
"h.4.mlp.dense_4h_to_h.bias": "pytorch_model_00006-of-00032.bin",
|
297 |
+
"h.4.mlp.dense_4h_to_h.weight": "pytorch_model_00006-of-00032.bin",
|
298 |
+
"h.4.mlp.dense_h_to_4h.bias": "pytorch_model_00006-of-00032.bin",
|
299 |
+
"h.4.mlp.dense_h_to_4h.weight": "pytorch_model_00006-of-00032.bin",
|
300 |
+
"h.4.post_attention_layernorm.bias": "pytorch_model_00006-of-00032.bin",
|
301 |
+
"h.4.post_attention_layernorm.weight": "pytorch_model_00006-of-00032.bin",
|
302 |
+
"h.4.self_attention.dense.bias": "pytorch_model_00006-of-00032.bin",
|
303 |
+
"h.4.self_attention.dense.weight": "pytorch_model_00006-of-00032.bin",
|
304 |
+
"h.4.self_attention.query_key_value.bias": "pytorch_model_00006-of-00032.bin",
|
305 |
+
"h.4.self_attention.query_key_value.weight": "pytorch_model_00006-of-00032.bin",
|
306 |
+
"h.5.input_layernorm.bias": "pytorch_model_00007-of-00032.bin",
|
307 |
+
"h.5.input_layernorm.weight": "pytorch_model_00007-of-00032.bin",
|
308 |
+
"h.5.mlp.dense_4h_to_h.bias": "pytorch_model_00007-of-00032.bin",
|
309 |
+
"h.5.mlp.dense_4h_to_h.weight": "pytorch_model_00007-of-00032.bin",
|
310 |
+
"h.5.mlp.dense_h_to_4h.bias": "pytorch_model_00007-of-00032.bin",
|
311 |
+
"h.5.mlp.dense_h_to_4h.weight": "pytorch_model_00007-of-00032.bin",
|
312 |
+
"h.5.post_attention_layernorm.bias": "pytorch_model_00007-of-00032.bin",
|
313 |
+
"h.5.post_attention_layernorm.weight": "pytorch_model_00007-of-00032.bin",
|
314 |
+
"h.5.self_attention.dense.bias": "pytorch_model_00007-of-00032.bin",
|
315 |
+
"h.5.self_attention.dense.weight": "pytorch_model_00007-of-00032.bin",
|
316 |
+
"h.5.self_attention.query_key_value.bias": "pytorch_model_00007-of-00032.bin",
|
317 |
+
"h.5.self_attention.query_key_value.weight": "pytorch_model_00007-of-00032.bin",
|
318 |
+
"h.6.input_layernorm.bias": "pytorch_model_00008-of-00032.bin",
|
319 |
+
"h.6.input_layernorm.weight": "pytorch_model_00008-of-00032.bin",
|
320 |
+
"h.6.mlp.dense_4h_to_h.bias": "pytorch_model_00008-of-00032.bin",
|
321 |
+
"h.6.mlp.dense_4h_to_h.weight": "pytorch_model_00008-of-00032.bin",
|
322 |
+
"h.6.mlp.dense_h_to_4h.bias": "pytorch_model_00008-of-00032.bin",
|
323 |
+
"h.6.mlp.dense_h_to_4h.weight": "pytorch_model_00008-of-00032.bin",
|
324 |
+
"h.6.post_attention_layernorm.bias": "pytorch_model_00008-of-00032.bin",
|
325 |
+
"h.6.post_attention_layernorm.weight": "pytorch_model_00008-of-00032.bin",
|
326 |
+
"h.6.self_attention.dense.bias": "pytorch_model_00008-of-00032.bin",
|
327 |
+
"h.6.self_attention.dense.weight": "pytorch_model_00008-of-00032.bin",
|
328 |
+
"h.6.self_attention.query_key_value.bias": "pytorch_model_00008-of-00032.bin",
|
329 |
+
"h.6.self_attention.query_key_value.weight": "pytorch_model_00008-of-00032.bin",
|
330 |
+
"h.7.input_layernorm.bias": "pytorch_model_00009-of-00032.bin",
|
331 |
+
"h.7.input_layernorm.weight": "pytorch_model_00009-of-00032.bin",
|
332 |
+
"h.7.mlp.dense_4h_to_h.bias": "pytorch_model_00009-of-00032.bin",
|
333 |
+
"h.7.mlp.dense_4h_to_h.weight": "pytorch_model_00009-of-00032.bin",
|
334 |
+
"h.7.mlp.dense_h_to_4h.bias": "pytorch_model_00009-of-00032.bin",
|
335 |
+
"h.7.mlp.dense_h_to_4h.weight": "pytorch_model_00009-of-00032.bin",
|
336 |
+
"h.7.post_attention_layernorm.bias": "pytorch_model_00009-of-00032.bin",
|
337 |
+
"h.7.post_attention_layernorm.weight": "pytorch_model_00009-of-00032.bin",
|
338 |
+
"h.7.self_attention.dense.bias": "pytorch_model_00009-of-00032.bin",
|
339 |
+
"h.7.self_attention.dense.weight": "pytorch_model_00009-of-00032.bin",
|
340 |
+
"h.7.self_attention.query_key_value.bias": "pytorch_model_00009-of-00032.bin",
|
341 |
+
"h.7.self_attention.query_key_value.weight": "pytorch_model_00009-of-00032.bin",
|
342 |
+
"h.8.input_layernorm.bias": "pytorch_model_00010-of-00032.bin",
|
343 |
+
"h.8.input_layernorm.weight": "pytorch_model_00010-of-00032.bin",
|
344 |
+
"h.8.mlp.dense_4h_to_h.bias": "pytorch_model_00010-of-00032.bin",
|
345 |
+
"h.8.mlp.dense_4h_to_h.weight": "pytorch_model_00010-of-00032.bin",
|
346 |
+
"h.8.mlp.dense_h_to_4h.bias": "pytorch_model_00010-of-00032.bin",
|
347 |
+
"h.8.mlp.dense_h_to_4h.weight": "pytorch_model_00010-of-00032.bin",
|
348 |
+
"h.8.post_attention_layernorm.bias": "pytorch_model_00010-of-00032.bin",
|
349 |
+
"h.8.post_attention_layernorm.weight": "pytorch_model_00010-of-00032.bin",
|
350 |
+
"h.8.self_attention.dense.bias": "pytorch_model_00010-of-00032.bin",
|
351 |
+
"h.8.self_attention.dense.weight": "pytorch_model_00010-of-00032.bin",
|
352 |
+
"h.8.self_attention.query_key_value.bias": "pytorch_model_00010-of-00032.bin",
|
353 |
+
"h.8.self_attention.query_key_value.weight": "pytorch_model_00010-of-00032.bin",
|
354 |
+
"h.9.input_layernorm.bias": "pytorch_model_00011-of-00032.bin",
|
355 |
+
"h.9.input_layernorm.weight": "pytorch_model_00011-of-00032.bin",
|
356 |
+
"h.9.mlp.dense_4h_to_h.bias": "pytorch_model_00011-of-00032.bin",
|
357 |
+
"h.9.mlp.dense_4h_to_h.weight": "pytorch_model_00011-of-00032.bin",
|
358 |
+
"h.9.mlp.dense_h_to_4h.bias": "pytorch_model_00011-of-00032.bin",
|
359 |
+
"h.9.mlp.dense_h_to_4h.weight": "pytorch_model_00011-of-00032.bin",
|
360 |
+
"h.9.post_attention_layernorm.bias": "pytorch_model_00011-of-00032.bin",
|
361 |
+
"h.9.post_attention_layernorm.weight": "pytorch_model_00011-of-00032.bin",
|
362 |
+
"h.9.self_attention.dense.bias": "pytorch_model_00011-of-00032.bin",
|
363 |
+
"h.9.self_attention.dense.weight": "pytorch_model_00011-of-00032.bin",
|
364 |
+
"h.9.self_attention.query_key_value.bias": "pytorch_model_00011-of-00032.bin",
|
365 |
+
"h.9.self_attention.query_key_value.weight": "pytorch_model_00011-of-00032.bin",
|
366 |
+
"ln_f.bias": "pytorch_model_00032-of-00032.bin",
|
367 |
+
"ln_f.weight": "pytorch_model_00032-of-00032.bin",
|
368 |
+
"word_embeddings.weight": "pytorch_model_00001-of-00032.bin",
|
369 |
+
"word_embeddings_layernorm.bias": "pytorch_model_00001-of-00032.bin",
|
370 |
+
"word_embeddings_layernorm.weight": "pytorch_model_00001-of-00032.bin"
|
371 |
+
}
|
372 |
+
}
|
pytorch_model_00001-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec9cd558cfdf899889b9c728ea76a9a7bdd165a0bb4bb8afd14c7cbe61541916
|
3 |
+
size 2055226892
|
pytorch_model_00002-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:985f515466ed6be3f1e161cf0fa1f8642d5cd644424eb11ff85317205cb5ce76
|
3 |
+
size 402763943
|
pytorch_model_00003-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:177dd699a09592748d6f790ed41a5853dc9d931564ee23eac9e7c408361464a0
|
3 |
+
size 402763943
|
pytorch_model_00004-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0947d5ef3b0e651d1334ea915bc64a20fb7ee1433ee71fedd41c360c4836df8f
|
3 |
+
size 402763943
|
pytorch_model_00005-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d202b48bf2ce7b34d51b81f8ead81dc6c498088c5a3572f7b3204592fb181ee6
|
3 |
+
size 402763943
|
pytorch_model_00006-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d688567d74390a97d5dcdcce05ffb5119d3a42213eb62b9aa8f3de84740968b8
|
3 |
+
size 402763943
|
pytorch_model_00007-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d6133a21d7623916bfb19379724e7a46820f22d03606b6cd7acee947031d30f
|
3 |
+
size 402763943
|
pytorch_model_00008-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85eda9b92234332f05fa854fd64b583fc86f1d9fa328032fd51c1daf123e76d6
|
3 |
+
size 402763943
|
pytorch_model_00009-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d97fee47d223c6bc5ca2ceb2e3279895e8b0fb5f66ac5da5c33b758e73227411
|
3 |
+
size 402763943
|
pytorch_model_00010-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d9b2915a9b66bec28fffffd8458a54aa416d18132cd0fe5e02ca7859b1a7e3d
|
3 |
+
size 402763943
|
pytorch_model_00011-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27d32ef6fb637dafa5a2dca5686f91ac02b81aa1c83b47d07b3400932d287ac7
|
3 |
+
size 402763943
|
pytorch_model_00012-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:68ed6492916eeb4a076d34faddfd89cdef4ac8cfec26ccbcfb0ec30b36769ae1
|
3 |
+
size 402763943
|
pytorch_model_00013-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:922904004e745331255d0e4690f14cd53247ae507c1f471a979a14a012d78455
|
3 |
+
size 402763943
|
pytorch_model_00014-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba8938549b29abc07699cc972596f2340f8360973fb2645fb209016c0b9837c2
|
3 |
+
size 402763943
|
pytorch_model_00015-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:043514372ba5b5b3e8e9ba69d5e37916b1ff72131fc87e732bb061a03b88fad5
|
3 |
+
size 402763943
|
pytorch_model_00016-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62d361be621f84851a9a22c6c10e5ce5a97b01d398f21b81bd80c0884179be3c
|
3 |
+
size 402763943
|
pytorch_model_00017-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ae3e126aace7ff7b7ab103f2378a913fdbfc47c6222bceb32e018691c358c09
|
3 |
+
size 402763943
|
pytorch_model_00018-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef181480d086f98fa9fd809973f22859dbd2e3b19e3b010660acd705dd6f1b0a
|
3 |
+
size 402763943
|
pytorch_model_00019-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e789af96eb4c2b181a72e5e4a8c03e85f02516e41abc9dcd6e88e1769bcecbd
|
3 |
+
size 402763943
|
pytorch_model_00020-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4df2b4390deceb3c830a72a86c7e7ed373b0a90aee0e4e9332f0e1c36a64e01
|
3 |
+
size 402763943
|
pytorch_model_00021-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c9e8c8ab937dddd8bcd5c0b3aef2d2f5a4271ed56fdec3b4aced5e3a9737c81
|
3 |
+
size 402763943
|
pytorch_model_00022-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c33b29956092113fdc73aa3021cb9558050164e404b34efa88b99075b9dec040
|
3 |
+
size 402763943
|
pytorch_model_00023-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8645bbbb558de56f57e0dc29a083872cddb6d88eabd765e5dccd633b86c68609
|
3 |
+
size 402763943
|
pytorch_model_00024-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb1dbe6b96d8af6919b1e7284134de6580aa1d789d9f83514bdb0fc33221411e
|
3 |
+
size 402763943
|
pytorch_model_00025-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad4c61bcc0649bcaea63a9a081112984df4cafff0ab56896513dca7297687b92
|
3 |
+
size 402763943
|
pytorch_model_00026-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3cea4e4aac3246b4e58533f71bc3c0d001d804c7af02de79fcd2821cfc27fc77
|
3 |
+
size 402763943
|
pytorch_model_00027-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9ad539f7bac6ad3301803736069975969d2a10592dc9d96ac3301d3f0185a02
|
3 |
+
size 402763943
|
pytorch_model_00028-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad02db2dbd90e8019845028454fc618bb1a07f9a41cd6939accc97593f2911be
|
3 |
+
size 402763943
|
pytorch_model_00029-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:755e371add07052069ff71fa0903bbc54336d5fda0ecdb6e9d4d66a764667c64
|
3 |
+
size 402763943
|
pytorch_model_00030-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60ef8192a600e0426d358c27af44e24e0ff52d54a06fe191086a6055ceb6535b
|
3 |
+
size 402763943
|
pytorch_model_00031-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:febaa7b6d6b850ccda5a36cb8789369a9e9c4df663a8119bafbadcc9daab6c10
|
3 |
+
size 402763943
|
pytorch_model_00032-of-00032.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:104b1814a9bc1315c31f71dec692f5578d16b77c8613fd8d4e76a840ff749bcd
|
3 |
+
size 17595
|