internetoftim commited on
Commit
2a68191
1 Parent(s): ff7e5aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -25,12 +25,12 @@ model-index:
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
  should probably proofread and complete it, then remove this comment. -->
27
 
28
- # vqa
 
 
 
 
29
 
30
- 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](https://huggingface.co/datasets/Graphcore/vqa-lxmert) dataset.
31
- It achieves the following results on the evaluation set:
32
- - Loss: 0.0009
33
- - Accuracy: 0.7242
34
 
35
  ## Model description
36
 
@@ -40,11 +40,14 @@ Paper link : [LXMERT: Learning Cross-Modality Encoder Representations from Trans
40
 
41
  ## Intended uses & limitations
42
 
43
- More information needed
 
 
 
44
 
45
  ## Training and evaluation data
46
 
47
- [Graphcore/vqa-lxmert](https://huggingface.co/datasets/Graphcore/vqa-lxmert) dataset
48
 
49
  ## Training procedure
50
 
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
  should probably proofread and complete it, then remove this comment. -->
27
 
28
+ # Graphcore/lxmert-vqa-uncased
29
+
30
+ Optimum Graphcore is a new open-source library and toolkit that enables developers to access IPU-optimized models certified by Hugging Face. It is an extension of Transformers, providing a set of performance optimization tools enabling maximum efficiency to train and run models on Graphcore’s IPUs - a completely new kind of massively parallel processor to accelerate machine intelligence. Learn more about how to take train Transformer models faster with IPUs at [hf.co/hardware/graphcore](https://huggingface.co/hardware/graphcore).
31
+
32
+ Through HuggingFace Optimum, Graphcore released ready-to-use IPU-trained model checkpoints and IPU configuration files to make it easy to train models with maximum efficiency in the IPU. Optimum shortens the development lifecycle of your AI models by letting you plug-and-play any public dataset and allows a seamless integration to our State-of-the-art hardware giving you a quicker time-to-value for your AI project.
33
 
 
 
 
 
34
 
35
  ## Model description
36
 
 
40
 
41
  ## Intended uses & limitations
42
 
43
+ 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](https://huggingface.co/datasets/Graphcore/vqa-lxmert) dataset.
44
+ It achieves the following results on the evaluation set:
45
+ - Loss: 0.0009
46
+ - Accuracy: 0.7242
47
 
48
  ## Training and evaluation data
49
 
50
+ - [Graphcore/vqa-lxmert](https://huggingface.co/datasets/Graphcore/vqa-lxmert) dataset
51
 
52
  ## Training procedure
53