Qurtana commited on
Commit
64f84f9
·
verified ·
1 Parent(s): fb89df4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- ```@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},
 
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},