miguelcarv commited on
Commit
8c9533f
1 Parent(s): a425631

Rename configjson to config.json

Browse files
Files changed (2) hide show
  1. config.json +13 -0
  2. configjson +0 -28
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder": "apple/DFN5B-CLIP-ViT-H-14",
3
+ "tokenizer": "miguelcarv/phi-1_5-slimorca",
4
+ "decoder": "miguelcarv/phi-1_5-slimorca",
5
+ "first_level": true,
6
+ "level": 3,
7
+ "cross_interval": 2,
8
+ "from_layer": 0,
9
+ "reduce": 1,
10
+ "encoder_dtype": "torch.bfloat16",
11
+ "decoder_dtype": "torch.bfloat16",
12
+ "other_params_dtype": "torch.bfloat16"
13
+ }
configjson DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "folder": "phi_1_5_672_final_every_2_v3",
3
- "cuda": 0,
4
- "encoder": "apple/DFN5B-CLIP-ViT-H-14",
5
- "tokenizer": "microsoft/phi-1_5",
6
- "decoder": "miguelcarv/phi-1_5-slimorca",
7
- "train_decoder": false,
8
- "use_dropout": true,
9
- "first_level": true,
10
- "level": 3,
11
- "cross_interval": 2,
12
- "from_layer": 0,
13
- "reduce": 1,
14
- "beams": 3,
15
- "max_tokens": 512,
16
- "lr": 5e-05,
17
- "weight_decay": 0,
18
- "encoder_dtype": "torch.bfloat16",
19
- "decoder_dtype": "torch.bfloat16",
20
- "batch": 2,
21
- "acc": 64,
22
- "debug": false,
23
- "llavar": "/tmp/llavar",
24
- "textcaps": "/tmp/textcaps",
25
- "pt": "/tmp/stage_3",
26
- "from_model": "phi_1_5_672_stage_2_every_2",
27
- "notes": null
28
- }