8000 fix: boldface in <summary> · bigcode-project/selfcodealign@d89a9d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d89a9d3

Browse files
committed
fix: boldface in <summary>
1 parent 2fc0487 commit d89a9d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export OPENAI_BASE_URL="http://localhost:10000/v1/"
104104

105105
<details>
106106

107-
<summary>**Snippet to concepts generation**</summary>
107+
<summary>Snippet to concepts generation</summary>
108108

109109
```shell
110110
python src/star_align/self_ossinstruct.py \
@@ -124,7 +124,7 @@ python src/star_align/self_ossinstruct.py \
124124

125125
<details>
126126

127-
<summary>**Concepts to instruction generation**</summary>
127+
<summary>Concepts to instruction generation</summary>
128128

129129
```shell
130130
python src/star_align/self_ossinstruct.py \
@@ -144,7 +144,7 @@ python src/star_align/self_ossinstruct.py \
144144

145145
<details>
146146

147-
<summary>**Instruction to response (with self-validation code) generation**</summary>
147+
<summary>Instruction to response (with self-validation code) generation</summary>
148148

149149
```shell
150150
python src/star_align/self_ossinstruct.py \
@@ -164,7 +164,7 @@ python src/star_align/self_ossinstruct.py \
164164

165165
<details>
166166

167-
<summary>**Execution filter**</summary>
167+
<summary>Execution filter</summary>
168168

169169
> [!WARNING]
170170
> Though we implemented reliability guards, it is highly recommended to run execution in a sandbox environment. The command below doesn't provide sandboxing by default.
@@ -178,7 +178,7 @@ python src/star_align/execution_filter.py --response_path /path/to/response.json
178178

179179
</details>
180180

181-
<summary>**Data sanitization and selection**</summary>
181+
<summary>Data sanitization and selection</summary>
182182

183183
```shell
184184
RAW=1 python src/star_align/sanitize_data.py /path/to/filtered.jsonl /path/to/sanitized.jsonl

0 commit comments

Comments
 (0)
0