From e6d0b77052999f6c85cc7c3c71b28f63dadcfa8e Mon Sep 17 00:00:00 2001 From: Mohammad Kasra Habib Date: Mon, 7 Aug 2023 16:19:03 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2361ddf..4a2fb1c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ ## Short Description: This project is the efforts of a research endeavor aimed at establishing the initial extensive Software Requirements Dataset (SWARD), in requirements engineering domain (RE), and employing more generalisable transfer learning to meticulously fine-tune universally adaptable models. These models are intended for the classification of software requirements into functional and non-functional categories, encompassing 19 distinct types of non-functional subclass requirements. +### Further Reading: +For a more comprehensive understanding and further considerations, we invite you to consult the accompanying published paper. | Paper Abstract | |-----------------------------------------| @@ -16,6 +18,7 @@ This project is the efforts of a research endeavor aimed at establishing the ini * [nf_subclasses_classifier_model](https://github.com/kasrahabib/software-re-classifier/tree/main/nf_subclasses_classifier_model) contains one fine-tuned model for the classification of 19 non-functional software requirements.
**Note:** For usage and more details, navigate to the subdirectories. + ## Acknowledgment: We want to express our appreciation to the Hugging Face API for its pivotal role in our research endeavor. Our models are built upon the foundation of transfer learning, drawing from the reservoir of [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) model hosted on Hugging Face. The project owes a debt of gratitude to the open-source principles fostered by Hugging Face, which have undeniably contributed to shaping the triumph of our undertaking. It is with great pride that we align ourselves with this trailblazing community of innovators.