Update README.md
Browse files
README.md
CHANGED
|
@@ -48,4 +48,8 @@ This model is designed to be a component of an automated task prioritization app
|
|
| 48 |
|
| 49 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 50 |
|
| 51 |
-
The model was trained on the samder03/Project1 dataset containing tasks with corresponding labels for importance (1-10), duration (hours), and due date (days). The dataset was loaded from a Google Sheet and preprocessed before training.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 50 |
|
| 51 |
+
The model was trained on the samder03/Project1 dataset containing tasks with corresponding labels for importance (1-10), duration (hours), and due date (days). The dataset was loaded from a Google Sheet and preprocessed before training.
|
| 52 |
+
|
| 53 |
+
## AI Usage
|
| 54 |
+
|
| 55 |
+
Used GenAI to design and implement the one trunk multi head neural network, choose losses and metrics, tune hyperparameters, and debug training issues.
|