Text Generation
Transformers
Safetensors
English
gemma2
conversational
text-generation-inference
yifeihe3 commited on
Commit
69b4c16
·
verified ·
1 Parent(s): d1c2124

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -29,8 +35,8 @@ This is the model card of a 🤗 transformers model that has been pushed on the
29
 
30
  <!-- Provide the basic links for the model. -->
31
 
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
  - **Demo [optional]:** [More Information Needed]
35
 
36
  ## Uses
@@ -174,7 +180,14 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
174
 
175
  **BibTeX:**
176
 
177
- [More Information Needed]
 
 
 
 
 
 
 
178
 
179
  **APA:**
180
 
 
1
  ---
2
  library_name: transformers
3
+ license: mit
4
+ datasets:
5
+ - allenai/tulu-3-sft-personas-instruction-following
6
+ language:
7
+ - en
8
+ base_model:
9
+ - google/gemma-2-9b-it
10
  ---
11
 
12
  # Model Card for Model ID
 
35
 
36
  <!-- Provide the basic links for the model. -->
37
 
38
+ - **Repository:** https://github.com/uiuctml/MergeBench
39
+ - **Paper [optional]:** https://arxiv.org/abs/2505.10833
40
  - **Demo [optional]:** [More Information Needed]
41
 
42
  ## Uses
 
180
 
181
  **BibTeX:**
182
 
183
+ @inproceedings{
184
+ he2025mergebench,
185
+ title={MergeBench: A Benchmark for Merging Domain-Specialized {LLM}s},
186
+ author={Yifei He and Siqi Zeng and Yuzheng Hu and Rui Yang and Tong Zhang and Han Zhao},
187
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
188
+ year={2025},
189
+ url={https://openreview.net/forum?id=rw50iUoyLu}
190
+ }
191
 
192
  **APA:**
193