Update README.md
Browse files
README.md
CHANGED
@@ -45,11 +45,11 @@ model = AutoModelForCausalLM.from_pretrained("Qurtana/SmolLM2-1.7B-Instruct-Numi
|
|
45 |
revision=revision,
|
46 |
config=config,
|
47 |
ignore_mismatched_sizes=True) # Add this line to ignore mismatched sizes
|
48 |
-
tokenizer = AutoTokenizer.from_pretrained("Qurtana/SmolLM2-1.7B-Instruct-NuminaMath-TIR", revision=revision)
|
49 |
-
|
50 |
|
51 |
Dataset Citation:
|
52 |
-
|
53 |
author = {Jia LI, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Costa Huang, Kashif Rasul, Longhui Yu, Albert Jiang, Ziju Shen, Zihan Qin, Bin Dong, Li Zhou, Yann Fleureau, Guillaume Lample, and Stanislas Polu},
|
54 |
title = {NuminaMath TIR},
|
55 |
year = {2024},
|
|
|
45 |
revision=revision,
|
46 |
config=config,
|
47 |
ignore_mismatched_sizes=True) # Add this line to ignore mismatched sizes
|
48 |
+
tokenizer = AutoTokenizer.from_pretrained("Qurtana/SmolLM2-1.7B-Instruct-NuminaMath-TIR", revision=revision)
|
49 |
+
```
|
50 |
|
51 |
Dataset Citation:
|
52 |
+
@misc{numina_math_datasets,
|
53 |
author = {Jia LI, Edward Beeching, Lewis Tunstall, Ben Lipkin, Roman Soletskyi, Shengyi Costa Huang, Kashif Rasul, Longhui Yu, Albert Jiang, Ziju Shen, Zihan Qin, Bin Dong, Li Zhou, Yann Fleureau, Guillaume Lample, and Stanislas Polu},
|
54 |
title = {NuminaMath TIR},
|
55 |
year = {2024},
|