Skip to content

Commit 4d197d2

Browse files
Merge pull request #1870 from bluewave-labs/develop
Merging Develop into Master: August 7th 2025
2 parents 5698c2d + b1bc072 commit 4d197d2

File tree

213 files changed

+19533
-2636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+19533
-2636
lines changed

.vscode/settings.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"workbench.colorCustomizations": {
3-
"activityBar.background": "#2F1F6D",
4-
"titleBar.activeBackground": "#412C98",
5-
"titleBar.activeForeground": "#FCFBFE"
6-
},
7-
"postman.settings.dotenv-detection-notification-visibility": false
8-
}
2+
"postman.settings.dotenv-detection-notification-visibility": false
3+
}

BiasAndFairnessModule/configs/config.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ dataset:
1010
target_column: "income"
1111
sampling:
1212
enabled: true
13-
n_samples: 5000 # Number of samples to use for quick experiments
13+
n_samples: 20 # Number of samples to use for quick experiments
1414
random_seed: 42
1515

1616
# Model Configuration
17-
model:
17+
model:
1818
# Hugging Face model configuration
1919
huggingface:
2020
enabled: true
2121
model_id: "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
22-
device: "cuda" # or "cpu" for CPU-only inference
23-
max_new_tokens: 7
22+
device: "cuda" # or "cpu" for CPU-only inference
23+
max_new_tokens: 50
2424
temperature: 0.7
2525
top_p: 0.9
2626
system_prompt: "You are a strict classifier. You must answer with exactly one of these two strings: '>50K' or '<=50K'. No explanation. No formatting."
@@ -41,4 +41,3 @@ metrics:
4141
metrics:
4242
- name: "accuracy"
4343
- name: "precision"
44-

0 commit comments

Comments
 (0)