MokaHR commited on
Commit
9714c5c
1 Parent(s): b4e68d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -100,7 +100,9 @@ finetuner = FineTuner('moka-ai/m3e-small', dataset=dataset)
100
  finetuner.run(epochs=1)
101
  ```
102
 
103
- 微调的模型详见 [uniem 微调教程](https://github.com/wangyuxinwhy/uniem/blob/main/examples/finetune.ipynb) or <a target="_blank" href="https://colab.research.google.com/github/wangyuxinwhy/uniem/blob/main/examples/finetune.ipynb">
 
 
104
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
105
  </a>
106
 
 
100
  finetuner.run(epochs=1)
101
  ```
102
 
103
+ 详见 [uniem 微调教程](https://github.com/wangyuxinwhy/uniem/blob/main/examples/finetune.ipynb)
104
+
105
+ <a target="_blank" href="https://colab.research.google.com/github/wangyuxinwhy/uniem/blob/main/examples/finetune.ipynb">
106
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
107
  </a>
108