firdavsus commited on
Commit
653af7e
·
verified ·
1 Parent(s): e157933

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -3
README.md CHANGED
@@ -1,3 +1,72 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # Model Card
5
+
6
+ ## Overview
7
+
8
+ This model is a 156M-parameter English-language causal language model trained on a large-scale text corpus and instruction-tuned for general question answering and task completion.
9
+
10
+ ---
11
+
12
+ ## Model Details
13
+
14
+ * **Model size:** 156M parameters
15
+ * **Architecture:** Transformer (causal LM)
16
+ * **Tokenizer:** GPT-2 tokenizer
17
+ * **Languages:** English only
18
+
19
+ ---
20
+
21
+ ## Training Data
22
+
23
+ ### Pretraining
24
+
25
+ * Dataset: The Pile (10B token subset)
26
+ * Domain: mixed-domain text (web, books, articles, code, etc.)
27
+
28
+ ### Instruction Fine-tuning
29
+
30
+ * Dataset: Alpaca (cleaned subset)
31
+ * Size: ~50,000 instruction–response examples
32
+ * Formatting: instruction-style prompt/response pairs
33
+
34
+ ---
35
+
36
+ ## Training Setup
37
+
38
+ ### Pretraining
39
+
40
+ * Steps: **218,000**
41
+ * Final training loss: **2.6**
42
+
43
+ ### Post-training (Instruction Fine-tuning)
44
+
45
+ * Steps: **2,500**
46
+ * Final training loss: **1.9**
47
+
48
+ ---
49
+
50
+ ## Evaluation
51
+
52
+ | Benchmark | Score |
53
+ | --------- | -------- |
54
+ | HellaSwag | **28.5** |
55
+
56
+ ---
57
+
58
+ ## Intended Use
59
+
60
+ * Instruction-style prompting
61
+ * Basic question answering
62
+ * Text generation and summarization
63
+ * Lightweight assistant-style tasks (English)
64
+
65
+ ---
66
+
67
+ ## Limitations
68
+
69
+ * Small model size limits reasoning and factual reliability
70
+ * May produce incorrect or inconsistent answers
71
+ * Instruction-following quality depends strongly on prompt format
72
+ * Not suitable for high-stakes or safety-critical use