Donut Model

The Donut model was proposed in OCR-free Document Understanding Transformer https://huggingface.co/docs/transformers/model_doc/donut

Overview

Donut uses Variational Autoencoders (VAEs) and Monte Carlo sampling to detect anomalies in time-series data. It's particularly effective for KPIs (Key Performance Indicators) in business systems.

Usage

Usage tips The quickest way to get started with Donut is by checking the tutorial notebook, which show how to use the model at inference time as well as fine-tuning on custom data. Donut is always used within the VisionEncoderDecoder framework.

Training

We refer to the tutorial notebooks.


Back to top

Copyright © 2019 - 2024 Johnny Li. All contents licensed under CC BY-NC-SA 4.0 本站所有内容基于 CC BY-NC-SA 4.0 协议发布,转载需要署名.
Please read the LICENSE file for specific language governing permissions and limitations under the License.

Page last modified: Mar 27 2024 at 10:23 PM.

Edit this page on GitHub