Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
base_model:
|
|
|
|
|
4 |
---
|
5 |
|
6 |
These are the original weights uploaded by infly, just swapped out the tokenizer config files for QwQ's versions and modified the default prompt to match the suggestion in the model card below. Works better.
|
@@ -124,11 +126,4 @@ If you find our work helpful, feel free to give us a cite.
|
|
124 |
url = {https://inftech-pi-zero.github.io/},
|
125 |
note = {Accessed: 2024-12-31}
|
126 |
}
|
127 |
-
```
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
base_model:
|
4 |
+
- Qwen/Qwen2.5-32B-Instruct
|
5 |
+
- infly/inf-o1-pi0
|
6 |
---
|
7 |
|
8 |
These are the original weights uploaded by infly, just swapped out the tokenizer config files for QwQ's versions and modified the default prompt to match the suggestion in the model card below. Works better.
|
|
|
126 |
url = {https://inftech-pi-zero.github.io/},
|
127 |
note = {Accessed: 2024-12-31}
|
128 |
}
|
129 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|