gospelgit commited on
Commit
a1f610f
·
verified ·
1 Parent(s): 8f15eda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -17,8 +17,7 @@ tags:
17
  # African Languages Sentiment Classifier (Hausa, Yorùbá, Swahili)
18
 
19
  A LoRA-adapted sentiment classifier for Hausa, Yorùbá, and Swahili, fine-tuned
20
- on [`gospelgit/African-Languages_Sentiments`](https://huggingface.co/datasets/gospelgit/African-Languages_Sentiments)
21
- — a combined dataset of **46,725 rows** stitched from three independent
22
  sources across three different domains, built to reduce the single-domain
23
  (Twitter-only) bias common in existing African-language sentiment resources.
24
 
@@ -34,9 +33,7 @@ sources across three different domains, built to reduce the single-domain
34
 
35
  ## Training Data
36
 
37
- The full dataset card, source breakdown, and licensing details live at
38
- [`gospelgit/African-Languages_Sentiments`](https://huggingface.co/datasets/gospelgit/African-Languages_Sentiments).
39
- Summary:
40
 
41
  | Source | Domain | Languages | Rows |
42
  |---|---|---|---|
@@ -47,16 +44,14 @@ Summary:
47
  3-class labels (`positive` / `negative` / `neutral`), 70/15/15 train/dev/test
48
  split per language, stratified by label.
49
 
50
- > **Note on training data adaptation**: this specific adapter was trained on
51
- > an AutoScientist-evolved version of the dataset above its "Adaptive
52
- > Data" step rewrote the original rows into `enhanced_prompt`/
53
- > `enhanced_completion` pairs (15,280 rows after this process) as part of
54
- > its data-and-recipe co-optimization loop. Both versions are available in
55
- > the [`gospelgit/African-Languages_Sentiments`](https://huggingface.co/datasets/gospelgit/African-Languages_Sentiments)
56
- > repo: the original combined dataset described above, and the
57
- > AutoScientist-adapted version this model was actually trained on. If you
58
- > want the raw, unmodified rows for your own training pipeline, use the
59
- > original files rather than the adapted ones.
60
 
61
  ## Training Procedure
62
 
 
17
  # African Languages Sentiment Classifier (Hausa, Yorùbá, Swahili)
18
 
19
  A LoRA-adapted sentiment classifier for Hausa, Yorùbá, and Swahili, fine-tuned
20
+ on a combined dataset of **46,725 rows** stitched from three independent
 
21
  sources across three different domains, built to reduce the single-domain
22
  (Twitter-only) bias common in existing African-language sentiment resources.
23
 
 
33
 
34
  ## Training Data
35
 
36
+ This model was trained on a combined dataset built from three sources:
 
 
37
 
38
  | Source | Domain | Languages | Rows |
39
  |---|---|---|---|
 
44
  3-class labels (`positive` / `negative` / `neutral`), 70/15/15 train/dev/test
45
  split per language, stratified by label.
46
 
47
+ > **Note on training data adaptation**: this adapter was trained on a
48
+ > version of this data that was adapted once via [Adaption Labs'
49
+ > AutoScientist](https://adaptionlabs.ai/blog/autoscientist-challenge) —
50
+ > its "Adaptive Data" step rewrote the original rows into
51
+ > `enhanced_prompt`/`enhanced_completion` pairs (15,280 rows after this
52
+ > process) as part of its data-and-recipe co-optimization loop. **The
53
+ > dataset used to produce this result is included in this repo, alongside
54
+ > the model weights** (see Files and versions).
 
 
55
 
56
  ## Training Procedure
57