Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,7 @@ tags:
|
|
| 5 |
---
|
| 6 |
|
| 7 |
- **Developed by:** Team CodeBlooded
|
| 8 |
-
- **Funded by
|
| 9 |
- **Model type:** DistilBertForSequenceClassification
|
| 10 |
- **Language(s) (NLP):** English
|
| 11 |
|
|
@@ -31,7 +31,7 @@ A DistilBERT-based text classification model for categorizing financial transact
|
|
| 31 |
|
| 32 |
### Primary use case
|
| 33 |
|
| 34 |
-
* **Task:** Automated categorization of banking and credit card transaction descriptions
|
| 35 |
* **Users:** Personal finance apps, budgeting tools, fintech platforms
|
| 36 |
|
| 37 |
### Out-of-scope use cases
|
|
@@ -43,7 +43,7 @@ A DistilBERT-based text classification model for categorizing financial transact
|
|
| 43 |
|
| 44 |
## Training Data
|
| 45 |
|
| 46 |
-
* **Source:** Kaggle `personal_transactions.csv` dataset
|
| 47 |
* **Mapping:** Original vendor-level categories mapped into an internal schema of \~M high-level categories (`data/categories.json`).
|
| 48 |
* **Feedback augmentation:** User-corrected labels from `feedback_corrected.json` are appended to the training set for continuous improvement.
|
| 49 |
|
|
@@ -55,7 +55,7 @@ A DistilBERT-based text classification model for categorizing financial transact
|
|
| 55 |
* **Metric:** Macro F1-score
|
| 56 |
* **Results:**
|
| 57 |
|
| 58 |
-
* Macro F1 on test set: **0.XX**
|
| 59 |
|
| 60 |
---
|
| 61 |
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
- **Developed by:** Team CodeBlooded
|
| 8 |
+
- **Funded by:** EpiUse & University of Pretoria
|
| 9 |
- **Model type:** DistilBertForSequenceClassification
|
| 10 |
- **Language(s) (NLP):** English
|
| 11 |
|
|
|
|
| 31 |
|
| 32 |
### Primary use case
|
| 33 |
|
| 34 |
+
* **Task:** Automated categorization of banking and credit card transaction descriptions for South Afrucan banks
|
| 35 |
* **Users:** Personal finance apps, budgeting tools, fintech platforms
|
| 36 |
|
| 37 |
### Out-of-scope use cases
|
|
|
|
| 43 |
|
| 44 |
## Training Data
|
| 45 |
|
| 46 |
+
* **Source:** Kaggle `personal_transactions.csv` dataset
|
| 47 |
* **Mapping:** Original vendor-level categories mapped into an internal schema of \~M high-level categories (`data/categories.json`).
|
| 48 |
* **Feedback augmentation:** User-corrected labels from `feedback_corrected.json` are appended to the training set for continuous improvement.
|
| 49 |
|
|
|
|
| 55 |
* **Metric:** Macro F1-score
|
| 56 |
* **Results:**
|
| 57 |
|
| 58 |
+
* Macro F1 on test set: **0.XX** (not yet measured)
|
| 59 |
|
| 60 |
---
|
| 61 |
|