Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
| 5 |
tags:
|
| 6 |
- chat
|
| 7 |
library_name: transformers
|
| 8 |
-
license:
|
| 9 |
---
|
| 10 |
|
| 11 |
# Stepfun-Prover-Preview-7B
|
|
@@ -55,4 +55,4 @@ sampling_params = SamplingParams(
|
|
| 55 |
output = model.generate(prompt, sampling_params=sampling_params)
|
| 56 |
output_text = output[0].outputs[0].text
|
| 57 |
print(output_text)
|
| 58 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
|
| 5 |
tags:
|
| 6 |
- chat
|
| 7 |
library_name: transformers
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
# Stepfun-Prover-Preview-7B
|
|
|
|
| 55 |
output = model.generate(prompt, sampling_params=sampling_params)
|
| 56 |
output_text = output[0].outputs[0].text
|
| 57 |
print(output_text)
|
| 58 |
+
```
|