Skip to content

Commit 868a851

Browse files
highlights QAT in guide title
1 parent f2b178a commit 868a851

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/keras_recipes/float8_training_and_inference_with_transformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
2-
Title: Float8 training and inference with a simple Transformer model
2+
Title: Float8 Quantization Aware Training and Inference with a simple Transformer model
33
Author: [Hongyu Chiu](https://github.com/james77777778)
44
Date created: 2024/05/14
55
Last modified: 2024/05/14
6-
Description: Train a simple Transformer model with the float8 quantization.
6+
Description: Train a simple Transformer model with float8 quantization-aware training.
77
Accelerator: GPU
88
"""
99

examples/keras_recipes/ipynb/float8_training_and_inference_with_transformer.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"colab_type": "text"
77
},
88
"source": [
9-
"# Float8 training and inference with a simple Transformer model\n",
9+
"# Float8 Quantization Aware Training and Inference with a simple Transformer model\n",
1010
"\n",
1111
"**Author:** [Hongyu Chiu](https://github.com/james77777778)<br>\n",
1212
"**Date created:** 2024/05/14<br>\n",
1313
"**Last modified:** 2024/05/14<br>\n",
14-
"**Description:** Train a simple Transformer model with the float8 quantization."
14+
"**Description:** Train a simple Transformer model with float8 quantization-aware training."
1515
]
1616
},
1717
{

examples/keras_recipes/md/float8_training_and_inference_with_transformer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Float8 training and inference with a simple Transformer model
1+
# Float8 Quantization Aware Training and Inference with a simple Transformer model
22

33
**Author:** [Hongyu Chiu](https://github.com/james77777778)<br>
44
**Date created:** 2024/05/14<br>
55
**Last modified:** 2024/05/14<br>
6-
**Description:** Train a simple Transformer model with the float8 quantization.
6+
**Description:** Train a simple Transformer model with float8 quantization-aware training.
77

88

99
<img class="k-inline-icon" src="https://colab.research.google.com/img/colab_favicon.ico"/> [**View in Colab**](https://colab.research.google.com/github/keras-team/keras-io/blob/master/examples/keras_recipes/ipynb/float8_training_and_inference_with_transformer.ipynb) <span class="k-dot">•</span><img class="k-inline-icon" src="https://github.com/favicon.ico"/> [**GitHub source**](https://github.com/keras-team/keras-io/blob/master/examples/keras_recipes/float8_training_and_inference_with_transformer.py)

scripts/examples_master.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@
959959
},
960960
{
961961
"path": "float8_training_and_inference_with_transformer",
962-
"title": "Float8 training and inference with a simple Transformer model",
962+
"title": "Float8 Quantization Aware Training and Inference with a simple Transformer model",
963963
"subcategory": "Keras usage tips",
964964
"keras_3": True,
965965
},

0 commit comments

Comments
 (0)