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: 129 Bytes
1717b9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:454d23821aad34b7cc96a244fcd8ca1bc3cb29bace7588db40af8f267f25755e
size 6648
|