internetoftim
commited on
Commit
•
46a535e
1
Parent(s):
4fc3d82
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,10 @@ model-index:
|
|
12 |
|
13 |
# Graphcore/bert-large-uncased
|
14 |
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
@@ -22,6 +25,9 @@ It was trained with two objectives in pretraining : Masked language modeling(MLM
|
|
22 |
|
23 |
It reduces the need of many engineering efforts for building task specific architectures through pre-trained representation. And achieves state-of-the-art performance on a large suite of sentence-level and token-level tasks. ## Model description
|
24 |
|
|
|
|
|
|
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
|
|
12 |
|
13 |
# Graphcore/bert-large-uncased
|
14 |
|
15 |
+
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).
|
16 |
+
|
17 |
+
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.
|
18 |
+
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
25 |
|
26 |
It reduces the need of many engineering efforts for building task specific architectures through pre-trained representation. And achieves state-of-the-art performance on a large suite of sentence-level and token-level tasks. ## Model description
|
27 |
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
This model is a pre-trained BERT-Large trained in two phases on the [Graphcore/wikipedia-bert-128](https://huggingface.co/datasets/Graphcore/wikipedia-bert-128) and [Graphcore/wikipedia-bert-512](https://huggingface.co/datasets/Graphcore/wikipedia-bert-512) datasets.
|
31 |
|
32 |
## Training and evaluation data
|
33 |
|