shreyashankar commited on
Commit
a5acadf
·
verified ·
1 Parent(s): be91d45

Model save

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-4B
3
+ library_name: transformers
4
+ model_name: Qwen3-4B-DocQA
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for Qwen3-4B-DocQA
13
+
14
+ This model is a fine-tuned version of [Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="shreyashankar/Qwen3-4B-DocQA", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/nnprov/doc-qa-sft/runs/6z3beqi6)
31
+
32
+
33
+ This model was trained with SFT.
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.15.2
38
+ - Transformers: 4.51.3
39
+ - Pytorch: 2.6.0
40
+ - Datasets: 3.6.0
41
+ - Tokenizers: 0.21.1
42
+
43
+ ## Citations
44
+
45
+
46
+
47
+ Cite TRL as:
48
+
49
+ ```bibtex
50
+ @misc{vonwerra2022trl,
51
+ title = {{TRL: Transformer Reinforcement Learning}},
52
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallouédec},
53
+ year = 2020,
54
+ journal = {GitHub repository},
55
+ publisher = {GitHub},
56
+ howpublished = {\url{https://github.com/huggingface/trl}}
57
+ }
58
+ ```
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.51.3"
13
+ }
model-00001-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d4c337cdaf29e1ceb3c78262737eaf755cc1388bd48f54f1e9444acf9a78fa26
3
  size 4990095032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1118f75df9b547caec0c079b0206b3c986b6e6fb9b75135b289e12c08c9b2764
3
  size 4990095032
model-00002-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e1034afc0c52dc971bd30ecd1846cef640ef0bb1b2ed4ade7791c46ba9c64b0a
3
  size 4944309096
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0190559df0bf7cb758ecfde03c5c31b95c0652339b9663d0f3302b52afe53793
3
  size 4944309096
model-00003-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:010c7856c8a2d4f60bc563ad936d049d60e8b44e214ad77f2eec9f70b2b96c15
3
  size 4996758848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:193d0e5e13a4755d7bc9810d6e0304c6c6621518e40c06fb987ed577510aa31b
3
  size 4996758848
model-00004-of-00004.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8242f6edb2b984cb4b932fbf2e4a6714208ef0d62548ed93e91522ff07c81fb2
3
  size 1158754848
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:715dc51c65d533587f8b01cf1fa82240fd472203bdc77a7b938a3464509b5a99
3
  size 1158754848