Jinchen Ge
commited on
Commit
•
6ff677e
1
Parent(s):
e1c6f2c
Add fine-tuned checkpoint
Browse files- README.md +73 -0
- all_results.json +14 -0
- config.json +41 -0
- eval_results.json +9 -0
- ipu_config.json +26 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
datasets:
|
5 |
+
- Graphcore/vqa-lxmert
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: vqa
|
10 |
+
results:
|
11 |
+
- task:
|
12 |
+
name: Question Answering
|
13 |
+
type: question-answering
|
14 |
+
dataset:
|
15 |
+
name: Graphcore/vqa-lxmert
|
16 |
+
type: Graphcore/vqa-lxmert
|
17 |
+
args: vqa
|
18 |
+
metrics:
|
19 |
+
- name: Accuracy
|
20 |
+
type: accuracy
|
21 |
+
value: 0.7242196202278137
|
22 |
+
---
|
23 |
+
|
24 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
25 |
+
should probably proofread and complete it, then remove this comment. -->
|
26 |
+
|
27 |
+
# vqa
|
28 |
+
|
29 |
+
This model is a fine-tuned version of [unc-nlp/lxmert-base-uncased](https://huggingface.co/unc-nlp/lxmert-base-uncased) on the Graphcore/vqa-lxmert dataset.
|
30 |
+
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.0009
|
32 |
+
- Accuracy: 0.7242
|
33 |
+
|
34 |
+
## Model description
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Intended uses & limitations
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Training and evaluation data
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training procedure
|
47 |
+
|
48 |
+
### Training hyperparameters
|
49 |
+
|
50 |
+
The following hyperparameters were used during training:
|
51 |
+
- learning_rate: 5e-05
|
52 |
+
- train_batch_size: 1
|
53 |
+
- eval_batch_size: 8
|
54 |
+
- seed: 42
|
55 |
+
- distributed_type: IPU
|
56 |
+
- total_train_batch_size: 64
|
57 |
+
- total_eval_batch_size: 128
|
58 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
+
- lr_scheduler_type: linear
|
60 |
+
- lr_scheduler_warmup_ratio: 0.1
|
61 |
+
- num_epochs: 4.0
|
62 |
+
- training precision: Mixed Precision
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.18.0.dev0
|
71 |
+
- Pytorch 1.10.0+cpu
|
72 |
+
- Datasets 2.0.0
|
73 |
+
- Tokenizers 0.11.6
|
all_results.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.7242196202278137,
|
4 |
+
"eval_loss": 0.0008745193481445312,
|
5 |
+
"eval_runtime": 1148.6856,
|
6 |
+
"eval_samples": 214354,
|
7 |
+
"eval_samples_per_second": 186.608,
|
8 |
+
"eval_steps_per_second": 1.458,
|
9 |
+
"train_loss": 0.0060005393999575125,
|
10 |
+
"train_runtime": 13854.802,
|
11 |
+
"train_samples": 443757,
|
12 |
+
"train_samples_per_second": 128.116,
|
13 |
+
"train_steps_per_second": 2.002
|
14 |
+
}
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "unc-nlp/lxmert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"PoptorchPipelinedLxmertForQuestionAnswering"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 3072,
|
12 |
+
"l_layers": 9,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"max_position_embeddings": 512,
|
15 |
+
"model_type": "lxmert",
|
16 |
+
"num_attention_heads": 12,
|
17 |
+
"num_attr_labels": 400,
|
18 |
+
"num_hidden_layers": {
|
19 |
+
"cross_encoder": 5,
|
20 |
+
"language": 9,
|
21 |
+
"vision": 5
|
22 |
+
},
|
23 |
+
"num_object_labels": 1600,
|
24 |
+
"num_qa_labels": 3129,
|
25 |
+
"r_layers": 5,
|
26 |
+
"task_mask_lm": true,
|
27 |
+
"task_matched": true,
|
28 |
+
"task_obj_predict": true,
|
29 |
+
"task_qa": true,
|
30 |
+
"torch_dtype": "float16",
|
31 |
+
"transformers_version": "4.18.0.dev0",
|
32 |
+
"type_vocab_size": 2,
|
33 |
+
"visual_attr_loss": true,
|
34 |
+
"visual_feat_dim": 2048,
|
35 |
+
"visual_feat_loss": true,
|
36 |
+
"visual_loss_normalizer": 6.67,
|
37 |
+
"visual_obj_loss": true,
|
38 |
+
"visual_pos_dim": 4,
|
39 |
+
"vocab_size": 30522,
|
40 |
+
"x_layers": 5
|
41 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"eval_accuracy": 0.7242196202278137,
|
4 |
+
"eval_loss": 0.0008745193481445312,
|
5 |
+
"eval_runtime": 1148.6856,
|
6 |
+
"eval_samples": 214354,
|
7 |
+
"eval_samples_per_second": 186.608,
|
8 |
+
"eval_steps_per_second": 1.458
|
9 |
+
}
|
ipu_config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"device_iterations": 2,
|
3 |
+
"embedding_serialization_factor": 0,
|
4 |
+
"enable_half_first_order_momentum": true,
|
5 |
+
"enable_half_partials": true,
|
6 |
+
"executable_cache_dir": "./exe_cache",
|
7 |
+
"gradient_accumulation_steps": 8,
|
8 |
+
"inference_device_iterations": 4,
|
9 |
+
"inference_replication_factor": 4,
|
10 |
+
"ipus_per_replica": 4,
|
11 |
+
"layers_per_ipu": [
|
12 |
+
1
|
13 |
+
],
|
14 |
+
"matmul_proportion": [
|
15 |
+
0.25
|
16 |
+
],
|
17 |
+
"optimizer_state_offchip": true,
|
18 |
+
"optimum_version": "1.0.0",
|
19 |
+
"output_mode": "final",
|
20 |
+
"profile_dir": "",
|
21 |
+
"recompute_checkpoint_every_layer": true,
|
22 |
+
"replicated_tensor_sharding": true,
|
23 |
+
"replication_factor": 4,
|
24 |
+
"seed": 42,
|
25 |
+
"use_popdist": false
|
26 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f7c262e9a7e3a0086cbaa7a4ccd62cc7809bd72cd9b8ae8662a477f72d4e65c
|
3 |
+
size 428008947
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": "/home/eltoto/unc-nlp/special_tokens_map.json", "full_tokenizer_file": null, "name_or_path": "unc-nlp/lxmert-base-uncased", "tokenizer_class": "LxmertTokenizer"}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 4.0,
|
3 |
+
"train_loss": 0.0060005393999575125,
|
4 |
+
"train_runtime": 13854.802,
|
5 |
+
"train_samples": 443757,
|
6 |
+
"train_samples_per_second": 128.116,
|
7 |
+
"train_steps_per_second": 2.002
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c0496ca4ecb25793c825290b9c33c3c4e81e1681b878b0dc49a5b183ca816b4c
|
3 |
+
size 2671
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|