Instructions to use HuggingAlgorithms/figr-mistral7b-html with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use HuggingAlgorithms/figr-mistral7b-html with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "HuggingAlgorithms/figr-mistral7b-html") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
39b5b3b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79009ff3d52736b539af1b8d9cdacfa426148e53bf2d0aa7390dff8ec7e59223
size 346667168
|