Instructions to use kayla0913/hw-midm-7B-nsmc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kayla0913/hw-midm-7B-nsmc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("KT-AI/midm-bitext-S-7B-inst-v1") model = PeftModel.from_pretrained(base_model, "kayla0913/hw-midm-7B-nsmc") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,8 +6,8 @@ base_model: KT-AI/midm-bitext-S-7B-inst-v1
|
|
| 6 |
|
| 7 |
| |TP|TN|
|
| 8 |
|------|---|---|
|
| 9 |
-
|
|
| 10 |
-
|
|
| 11 |
|
| 12 |
|
| 13 |
정확도: 89.9%(492+267/1000)
|
|
|
|
| 6 |
|
| 7 |
| |TP|TN|
|
| 8 |
|------|---|---|
|
| 9 |
+
|FP|492|62|
|
| 10 |
+
|FN|39|467|
|
| 11 |
|
| 12 |
|
| 13 |
정확도: 89.9%(492+267/1000)
|