yuzhounie commited on
Commit
86cbd4b
·
verified ·
1 Parent(s): ad892d0

End of training

Browse files
Files changed (3) hide show
  1. README.md +69 -0
  2. generation_config.json +11 -0
  3. tokenizer.json +1 -1
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-2-2b-it
3
+ library_name: transformers
4
+ model_name: alpaca_supervised_kd_sft_gemma-2-2b-it_from_gemma-2-27b-it
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - gkd
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for alpaca_supervised_kd_sft_gemma-2-2b-it_from_gemma-2-27b-it
13
+
14
+ This model is a fine-tuned version of [google/gemma-2-2b-it](https://huggingface.co/google/gemma-2-2b-it).
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="distillslm/alpaca_supervised_kd_sft_gemma-2-2b-it_from_gemma-2-27b-it", 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/rucnyz/huggingface/runs/bzm40bls)
31
+
32
+
33
+ This model was trained with GKD, a method introduced in [On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes](https://huggingface.co/papers/2306.13649).
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.15.2
38
+ - Transformers: 4.49.0
39
+ - Pytorch: 2.5.1
40
+ - Datasets: 3.3.2
41
+ - Tokenizers: 0.21.0
42
+
43
+ ## Citations
44
+
45
+ Cite GKD as:
46
+
47
+ ```bibtex
48
+ @inproceedings{agarwal2024on-policy,
49
+ title = {{On-Policy Distillation of Language Models: Learning from Self-Generated Mistakes}},
50
+ author = {Rishabh Agarwal and Nino Vieillard and Yongchao Zhou and Piotr Stanczyk and Sabela Ramos Garea and Matthieu Geist and Olivier Bachem},
51
+ year = 2024,
52
+ booktitle = {The Twelfth International Conference on Learning Representations, {ICLR} 2024, Vienna, Austria, May 7-11, 2024},
53
+ publisher = {OpenReview.net},
54
+ url = {https://openreview.net/forum?id=3zKtaqxLhW},
55
+ }
56
+ ```
57
+
58
+ Cite TRL as:
59
+
60
+ ```bibtex
61
+ @misc{vonwerra2022trl,
62
+ title = {{TRL: Transformer Reinforcement Learning}},
63
+ 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},
64
+ year = 2020,
65
+ journal = {GitHub repository},
66
+ publisher = {GitHub},
67
+ howpublished = {\url{https://github.com/huggingface/trl}}
68
+ }
69
+ ```
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "cache_implementation": "hybrid",
5
+ "eos_token_id": [
6
+ 1,
7
+ 107
8
+ ],
9
+ "pad_token_id": 0,
10
+ "transformers_version": "4.49.0"
11
+ }
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa54bda6edda28c1a6379f36bb3313ad38c6ba58377a87a7568e39a358ad210b
3
  size 34362971
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7f3b1251a32d5696ed7abf8484f313b5ae1401c2aedb2abbb65e0d68cfe63b
3
  size 34362971