Skip to content

Commit

Permalink
Spellchecking
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-mokrov committed Jan 24, 2024
1 parent 68edaa5 commit 60b02e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 25 deletions.
1 change: 1 addition & 0 deletions .ci/spellcheck/.pyspelling.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ backend
backends
Baevski
BasicUNet
bboxes
BEiT
Belrose
Benchmarking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,7 @@
"execution_count": 2,
"id": "e58971ead7c372d5",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -281,10 +278,7 @@
"execution_count": 3,
"id": "c5d8e7a052135c7b",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"outputs": [
{
Expand All @@ -309,10 +303,7 @@
"cell_type": "markdown",
"id": "ee206f85-101d-4276-8e31-50611c9a48ad",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"source": [
"## Convert models to OpenVINO Intermediate representation (IR) format\n",
Expand Down Expand Up @@ -456,7 +447,7 @@
"### Convert Text model \n",
"[back to top ⬆️](#Table-of-contents:)\n",
"\n",
"The Text Model performs in generation pipeline and we can separate it into two stage. In the first stage the model tranforms `image_embeds` into output for the second stage. In the second stage the model produses tokens during several runs that can be transformed into raw model generated text by `AutoProcessor`."
"The Text Model performs in generation pipeline and we can separate it into two stage. In the first stage the model transforms `image_embeds` into output for the second stage. In the second stage the model produces tokens during several runs that can be transformed into raw model generated text by `AutoProcessor`."
]
},
{
Expand Down Expand Up @@ -926,10 +917,7 @@
"execution_count": 13,
"id": "743869c680a14ee",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"outputs": [
{
Expand Down Expand Up @@ -996,10 +984,7 @@
"cell_type": "markdown",
"id": "dcd0b8fd2ac36d1a",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"source": [
"## Interactive inference\n",
Expand All @@ -1011,10 +996,7 @@
"execution_count": null,
"id": "e844208b-7c38-46ea-943b-efe382149e54",
"metadata": {
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
"collapsed": false
},
"outputs": [],
"source": [
Expand Down

0 comments on commit 60b02e2

Please sign in to comment.