Skip to content

Commit

Permalink
chore: fix emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Oct 14, 2021
1 parent 1e827ef commit dfc334f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -55,11 +55,11 @@ pip install finetuner
<td rowspan="2"><b>Do you have labeled data?</b></td>
<td><b>Yes</b></td>
<td align="center">1️⃣</td>
<td align="center">2️⃣</td>
<td align="center">3️⃣</td>
</tr>
<tr>
<td><b>No</b></td>
<td align="center">3️⃣</td>
<td align="center">2️⃣</td>
<td align="center">4️⃣</td>
</tr>
</tbody>
Expand Down Expand Up @@ -121,4 +121,4 @@ finetuner.fit(
to_embedding_model=True,
output_dim=100
)
```
```

0 comments on commit dfc334f

Please sign in to comment.