prxshetty commited on
Commit
c847f2b
·
verified ·
1 Parent(s): 477c14b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -12
README.md CHANGED
@@ -1,22 +1,59 @@
1
  ---
2
- base_model: unsloth/gemma-3-270m-it
 
 
3
  tags:
4
- - text-generation-inference
5
- - transformers
 
6
  - unsloth
7
- - gemma3_text
8
- - trl
9
- license: apache-2.0
 
 
 
 
 
10
  language:
11
  - en
12
  ---
13
 
14
- # Uploaded model
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
- - **Developed by:** prxshetty
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/gemma-3-270m-it
19
 
20
- This gemma3_text model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
1
  ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ base_model: google/gemma-3-270m-it
5
  tags:
6
+ - gemma
7
+ - finance
8
+ - lora
9
  - unsloth
10
+ - text-generation
11
+ - instruction-following
12
+ datasets:
13
+ - gbharti/finance-alpaca
14
+ - Balaji173/finance_news_sentiment
15
+ - winddude/reddit_finance_43_250k
16
+ - causal-lm/finance
17
+ pipeline_tag: text-generation
18
  language:
19
  - en
20
  ---
21
 
22
+ # Gemma-3 Finance Mix
23
+
24
+ A lightweight **Gemma-3 270M** model fine-tuned for *financial Q&A, news-headline sentiment and retail-investor discourse*.
25
+
26
+ ---
27
+
28
+ ## Overview
29
+
30
+ | Item | Details |
31
+ |---|---|
32
+ | **Base checkpoint** | `google/gemma-3-270m-it` |
33
+ | **Fine-tune method** | LoRA (PEFT) with Unsloth|
34
+ | **Training run** | 1 epoch • 325,528 blended examples • 100 steps |
35
+ | **Trainable params** | 30.4 M / 298 M (10.18 %) |
36
+ | **Loss** | 4.11 → **2.74** |
37
+ | **Hardware** | 2 × T4-16GB (Collab Free Tier) |
38
+ | **License** | Apache-2.0 |
39
+ | **Intended use** | Educational & research
40
+
41
+ ---
42
+ ## Datasets
43
+
44
+ | Dataset | Size | Focus |
45
+ |---|---|---|
46
+ | `gbharti/finance-alpaca` | 52 k | Instruction Q-A on corporate finance & investing |
47
+ | `Balaji173/finance_news_sentiment` | 217 k | Bullish/bearish labels for news headlines |
48
+ | `winddude/reddit_finance_43_250k` | 250 k | Reddit finance post–comment pairs |
49
+ | `causal-lm/finance` | 31 k | Analytical prompts & causal reasoning in economics/markets |
50
+
51
+ All shards were concatenated and wrapped with the **Gemma chat template** before training.
52
+
53
+ ---
54
 
55
+ ## Responsible use
 
 
56
 
57
+ Disclose AI assistance, double-check outputs, and do **not** rely on this model for trading decisions. The author and base-model creators accept no liability for financial losses.
58
 
59
+ ---