calcuis commited on
Commit
a4acee6
1 Parent(s): 5b26f59

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -40,3 +40,23 @@ f16 is similar to the original hf model; opt this one or hf also fine; make sure
40
  ### how to run it
41
 
42
  use any connector for interacting with gguf; i.e., [gguf-connector](https://pypi.org/project/gguf-connector/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  ### how to run it
41
 
42
  use any connector for interacting with gguf; i.e., [gguf-connector](https://pypi.org/project/gguf-connector/)
43
+
44
+ <style>
45
+ .image-container {
46
+ display: flex;
47
+ justify-content: center;
48
+ align-items: center;
49
+ gap: 20px;
50
+ }
51
+ .image-container img {
52
+ width: 350px;
53
+ height: auto;
54
+ }
55
+ </style>
56
+
57
+ <div class="image-container">
58
+ <img src="https://huggingface.co/nvidia/OpenMath2-Llama3.1-8B/resolve/main/scaling_plot.jpg" title="Performance of Llama-3.1-8B-Instruct as it is trained on increasing proportions of OpenMathInstruct-2">
59
+ <img src="https://huggingface.co/nvidia/OpenMath2-Llama3.1-8B/resolve/main/math_level_comp.jpg" title="Comparison of OpenMath2-Llama3.1-8B vs. Llama-3.1-8B-Instruct across MATH levels">
60
+ </div>
61
+
62
+ the chart and figure above are from base model