leeroy-jankins commited on
Commit
4904997
·
verified ·
1 Parent(s): 2bd2dc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -27
README.md CHANGED
@@ -1,32 +1,32 @@
1
- ---
2
- license: mit
3
- language:
4
- - en
5
- tags:
6
- - code
7
- - finance
8
- datasets:
9
- - mlabonne/FineTome-100k
10
- - leeroy-jankins/Regulations
11
- - leeroy-jankins/Appropriations
12
- - leeroy-jankins/OMB-Circular-A-11
13
- - leeroy-jankins/RedBook
14
- - leeroy-jankins/SF133
15
- - leeroy-jankins/US-General-Ledger
16
- - leeroy-jankins/Title-31-CFR-Money-and-Finance
17
- base_model:
18
- - unsloth/gemma-3-4b-it
19
- pipeline_tag: text-generation
20
- metrics:
21
- - accuracy
22
- ---
23
  <img src="assets/Bro.png" alt="Preview" width="1000"/>
24
 
25
  ## 🎯 Overview
26
 
27
- **Bro** is a fine-tuned variant of the `gemma-3-4b-it` transformer model, optimized for enhanced contextual comprehension, instruction following, and domain-specific reasoning. The fine-tuning process used supervised instruction tuning across multiple NLP domains, with a focus on factual recall, multi-step reasoning, and document comprehension.
28
 
29
- - Built on the lightweight yet powerful `Gemma 3 4B` architecture, **Bro** provides a balance between inference speed and linguistic depth — making it suitable for both production deployment and academic research.
30
 
31
 
32
 
@@ -78,8 +78,8 @@ Bro is intended for use in:
78
 
79
  ### Base Model
80
 
81
- - **Model**: `gemma-3-4b-pt`
82
- - **Parameters**: ~4.1 Billion
83
  - **Architecture**: Transformer decoder-only
84
  - **Tokenizer**: SentencePiece (32k vocab)
85
  - **Positional Encoding**: Rotary (RoPE)
@@ -102,7 +102,7 @@ Bro is intended for use in:
102
 
103
  ## 🧪 Benchmark Results
104
 
105
- | Task | Metric | Bro (Ours) | Base gemma-3-4b |
106
  |--------------------------|-------------------|------------|-----------------|
107
  | ARC Challenge (25-shot) | Accuracy (%) | 71.3 | 64.5 |
108
  | NaturalQuestions (RAG) | EM/F1 | 51.7 / 63.9| 44.2 / 56.8 |
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - code
7
+ - finance
8
+ datasets:
9
+ - mlabonne/FineTome-100k
10
+ - leeroy-jankins/Regulations
11
+ - leeroy-jankins/Appropriations
12
+ - leeroy-jankins/OMB-Circular-A-11
13
+ - leeroy-jankins/RedBook
14
+ - leeroy-jankins/SF133
15
+ - leeroy-jankins/US-General-Ledger
16
+ - leeroy-jankins/Title-31-CFR-Money-and-Finance
17
+ base_model:
18
+ - unsloth/gemma-3-1b-it-GGUF
19
+ pipeline_tag: text-generation
20
+ metrics:
21
+ - accuracy
22
+ ---
23
  <img src="assets/Bro.png" alt="Preview" width="1000"/>
24
 
25
  ## 🎯 Overview
26
 
27
+ **Bro** is a fine-tuned variant of the `gemma-3-1b-it` transformer model, optimized for enhanced contextual comprehension, instruction following, and domain-specific reasoning. The fine-tuning process used supervised instruction tuning across multiple NLP domains, with a focus on factual recall, multi-step reasoning, and document comprehension.
28
 
29
+ - Built on the lightweight yet powerful `Gemma 3 1B` architecture, **Bro** provides a balance between inference speed and linguistic depth — making it suitable for both production deployment and academic research.
30
 
31
 
32
 
 
78
 
79
  ### Base Model
80
 
81
+ - **Model**: `gemma-3-1b-pt`
82
+ - **Parameters**: ~1.1 Billion
83
  - **Architecture**: Transformer decoder-only
84
  - **Tokenizer**: SentencePiece (32k vocab)
85
  - **Positional Encoding**: Rotary (RoPE)
 
102
 
103
  ## 🧪 Benchmark Results
104
 
105
+ | Task | Metric | Bro (Ours) | Base gemma-3-1b |
106
  |--------------------------|-------------------|------------|-----------------|
107
  | ARC Challenge (25-shot) | Accuracy (%) | 71.3 | 64.5 |
108
  | NaturalQuestions (RAG) | EM/F1 | 51.7 / 63.9| 44.2 / 56.8 |