Instructions to use SeacowX/Enigma-70B-Entity with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SeacowX/Enigma-70B-Entity with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/scratch_tmp/prj/inf_llmcache/hf_cache/models--meta-llama--Llama-3.3-70B-Instruct/snapshots/38ff4e01a70559264c95945aa04b900a11e68422") model = PeftModel.from_pretrained(base_model, "SeacowX/Enigma-70B-Entity") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!