SaiBon99 commited on
Commit
a4eae86
·
1 Parent(s): ce58fc6

update README.md to include data-centric approach for improving model performance

Browse files
Files changed (1) hide show
  1. README.md +9 -13
README.md CHANGED
@@ -1,13 +1,9 @@
1
- ---
2
- title: Iris
3
- emoji: 🐨
4
- colorFrom: red
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 6.0.1
8
- app_file: app.py
9
- pinned: false
10
- license: apache-2.0
11
- ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+
2
+
3
+
4
+ Describe in your README.md program ways in which you can improve
5
+ model performance are using
6
+
7
+ ### (b) data-centric approach
8
+
9
+ To get better results, on our domain task, gen Z slang, we can shift our focus from just tweaking the model's settings to actually improving the data it learns from. This is a datacentric aprotche. The problem right now is that standard models are trained on formal, static text, so they often just guess when they encounter real-world slang. By finding and feeding the model fresh, raw datasets that capture these more casual areas. This can help the model performance on this specific task.