Instructions to use Mustain/finetuned_line_squad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Mustain/finetuned_line_squad with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("line-corporation/japanese-large-lm-3.6b") model = PeftModel.from_pretrained(base_model, "Mustain/finetuned_line_squad") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
dc10f4d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fb052ee753199943b58c457d63048a9923bf4e68adb4a9d7ffd754fa1bd5f97e
size 70823274
|