Question Answering
Transformers
Safetensors
German
phi3
text-generation
Connect-Transport
Logics Software
German support chatbot
Deutscher KI Chatbot
Kundenservice Chatbot
Deutscher Chatbot
KI-Chatbots für Unternehmen
Chatbot for SMEs
Question-answering
QLoRA fine-tuning
LLM training
custom_code
text-generation-inference
Instructions to use logicssoftwaregmbh/logicsct-phi4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use logicssoftwaregmbh/logicsct-phi4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="logicssoftwaregmbh/logicsct-phi4", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("logicssoftwaregmbh/logicsct-phi4", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("logicssoftwaregmbh/logicsct-phi4", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 147 Bytes
938f5b3 | 1 2 3 4 5 6 7 8 | {
"_from_model_config": true,
"bos_token_id": 100257,
"eos_token_id": 100265,
"pad_token_id": 100349,
"transformers_version": "4.48.3"
}
|