YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
#test this from transformers import AutoTokenizer
from peft import PeftModel from transformers import AutoModelForCausalLM from unsloth import FastLanguageModel
base_model = FastLanguageModel.from_pretrained("FreedomIntelligence/AceGPT-7B")
model = PeftModel.from_pretrained(base_model, "hamywaleed/tabib_beetlware_v1")
tokenizer = AutoTokenizer.from_pretrained("FreedomIntelligence/AceGPT-7B")
- Downloads last month
- 8
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.