Instructions to use LangAGI-Lab/M2WEB-HTML-VF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LangAGI-Lab/M2WEB-HTML-VF with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "LangAGI-Lab/M2WEB-HTML-VF") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1717b9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:321482846f466cd523d19af3e18e2db6b91553124b2134a7e8bdd74280213be6
size 167939550
|