Instructions to use LLMMINE/MTIPA-7B-PositionTask with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LLMMINE/MTIPA-7B-PositionTask with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "LLMMINE/MTIPA-7B-PositionTask") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -84,7 +84,6 @@ Output:
|
|
| 84 |
[{"position": 56, "incorrect": "界", "correct": "街"}]
|
| 85 |
```
|
| 86 |
|
| 87 |
-
Github
|
| 88 |
-
Paper: https://arxiv.org/abs/2411.17679
|
| 89 |
|
| 90 |
- PEFT 0.12.0
|
|
|
|
| 84 |
[{"position": 56, "incorrect": "界", "correct": "街"}]
|
| 85 |
```
|
| 86 |
|
| 87 |
+
[**Github**](https://github.com/FloatFrank/TIPA) | [**Paper**](https://arxiv.org/abs/2411.17679)
|
|
|
|
| 88 |
|
| 89 |
- PEFT 0.12.0
|