dpravinv commited on
Commit
f6a7b3f
·
verified ·
1 Parent(s): 7564016

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +9 -8
  2. model.safetensors +1 -1
  3. training_args.bin +2 -2
config.json CHANGED
@@ -21,19 +21,19 @@
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
- "0": "VISUAL_REASONING",
25
  "1": "COMPREHENSION_KNOWLEDGE",
26
- "2": "FLUID_REASONING",
27
- "3": "QUANTITATIVE_KNOWLEDGE"
28
  },
29
  "initializer_cutoff_factor": 2.0,
30
  "initializer_range": 0.02,
31
  "intermediate_size": 1152,
32
  "label2id": {
33
  "COMPREHENSION_KNOWLEDGE": "1",
34
- "FLUID_REASONING": "2",
35
- "QUANTITATIVE_KNOWLEDGE": "3",
36
- "VISUAL_REASONING": "0"
37
  },
38
  "layer_norm_eps": 1e-05,
39
  "local_attention": 128,
@@ -49,11 +49,12 @@
49
  "pad_token_id": 50283,
50
  "position_embedding_type": "absolute",
51
  "problem_type": "single_label_classification",
52
- "reference_compile": true,
 
53
  "sep_token_id": 50282,
54
  "sparse_pred_ignore_index": -100,
55
  "sparse_prediction": false,
56
  "torch_dtype": "float32",
57
- "transformers_version": "4.48.0.dev0",
58
  "vocab_size": 50368
59
  }
 
21
  "hidden_activation": "gelu",
22
  "hidden_size": 768,
23
  "id2label": {
24
+ "0": "FLUID_REASONING",
25
  "1": "COMPREHENSION_KNOWLEDGE",
26
+ "2": "QUANTITATIVE_KNOWLEDGE",
27
+ "3": "VISUAL_REASONING"
28
  },
29
  "initializer_cutoff_factor": 2.0,
30
  "initializer_range": 0.02,
31
  "intermediate_size": 1152,
32
  "label2id": {
33
  "COMPREHENSION_KNOWLEDGE": "1",
34
+ "FLUID_REASONING": "0",
35
+ "QUANTITATIVE_KNOWLEDGE": "2",
36
+ "VISUAL_REASONING": "3"
37
  },
38
  "layer_norm_eps": 1e-05,
39
  "local_attention": 128,
 
49
  "pad_token_id": 50283,
50
  "position_embedding_type": "absolute",
51
  "problem_type": "single_label_classification",
52
+ "reference_compile": false,
53
+ "repad_logits_with_grad": false,
54
  "sep_token_id": 50282,
55
  "sparse_pred_ignore_index": -100,
56
  "sparse_prediction": false,
57
  "torch_dtype": "float32",
58
+ "transformers_version": "4.48.0",
59
  "vocab_size": 50368
60
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:870fd765bef3c19a4fb7524e02d1efa25899a80826dd63947b72b5293b825eeb
3
  size 598445936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76de2558bb10d464053dda8de12d79740022429bf616ccb85e9ce7e06ced86f3
3
  size 598445936
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7971f83d6a80236f6e66e53d117223d5ba34c2c25c2a75023074e6baedd2423
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887454f3e0f4dfdb7eaac06af34fb8017c6aba600862b128a63ffff4ba7720e3
3
+ size 5368