Update README.md
Browse files
README.md
CHANGED
@@ -100,7 +100,9 @@ finetuner = FineTuner('moka-ai/m3e-small', dataset=dataset)
|
|
100 |
finetuner.run(epochs=1)
|
101 |
```
|
102 |
|
103 |
-
|
|
|
|
|
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 |
|