fachati commited on
Commit
be5ae25
1 Parent(s): 29c5e58

Updating Readme

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ pipeline_tag: text2text-generation
6
+ tags:
7
+ - bpmn
8
+ - Business Process
9
+ ---
10
+ # T5-Small Finetuned for Purchase Order Workflow Business Processes
11
+
12
+ ## Model Description
13
+ This is a fine-tuned version of the T5-Small model, designed specifically for the extraction of BPMN (Business Process Model and Notation) diagrams from textual descriptions related to Purchase Order Workflow Business Processes. This AI-driven approach leverages advanced language modeling techniques to transform natural language descriptions into BPMN models, facilitating the modernization and automation of business processes in this specific area. **This model serves as a proof of concept and is not yet ready for real-life applications.**
14
+
15
+ ## Key Features
16
+ - **Language Model Base**: T5-Small, known for its efficiency and efficacy in understanding and generating text.
17
+ - **Specialization**: Fine-tuned specifically for BPMN generation in Purchase Order Workflows, improving accuracy and relevancy in business process modeling.
18
+ - **Dataset**: Trained on the "MaD: A Dataset for Interview-based BPM in Business Process Management" dataset, cited from the research article available at [IEEE Xplore](https://ieeexplore.ieee.org/document/10191898).
19
+
20
+ ## Applications
21
+ - **Business Process Management**: Automates the generation of BPMN diagrams, which are crucial for documenting and improving Purchase Order Workflow Business Processes.
22
+ - **AI Research and Development**: Provides a research basis for further exploration into the integration of NLP and business process management.
23
+ - **Educational Tool**: Assists in teaching the concepts of BPMN and AI's role in business process automation, particularly in the context of Purchase Order Workflows.
24
+
25
+ ## Configuration
26
+ - **Pre-trained Model**: Google's T5-Small
27
+ - **Training Environment**: Utilized a dataset from "MaD: A Dataset for Interview-based BPM in Business Process Management" for training and validation.
28
+ - **Hardware Used**:
29
+ - **CPU**: Apple M1 MAX with 10 cores (8 performance + 2 efficiency), 3.20 GHz
30
+ - **GPU**: Integrated, 32 cores
31
+ - **RAM**: 64 GB LPDDR5
32
+ - **Storage**: 2 TB SSD
33
+ - **OS**: macOS 12.7.1 (Monterey)
34
+ - **Training Script**: [Finetuning T5-Small BPMN](https://github.com/ofachati/Finetuning-T5small-BPMN)
35
+
36
+ ## Installation and Requirements
37
+ The model can be accessed and installed via the Hugging Face model hub. Requirements for using this model include Python 3.6 or newer and access to a machine with adequate computational capabilities to run inference with the T5 architecture.
38
+
39
+ ## Contributors
40
+ - **Pascal Poizat**: [Hugging Face Profile](https://huggingface.co/pascalpoizat) - Training hardware
41
+ - **Omar El Fachati**: [Hugging Face Profile](https://huggingface.co/fachati) - Training script