Question Answering
Transformers
Safetensors
German
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
Instructions to use logicssoftwaregmbh/logicsct-gemma2it27b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use logicssoftwaregmbh/logicsct-gemma2it27b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="logicssoftwaregmbh/logicsct-gemma2it27b")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("logicssoftwaregmbh/logicsct-gemma2it27b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| # ollama modelfile auto-generated by llamafactory | |
| FROM . | |
| TEMPLATE """<bos>{{ if .System }}{{ .System }}{{ end }}{{ range .Messages }}{{ if eq .Role "user" }}<start_of_turn>user | |
| {{ .Content }}<end_of_turn> | |
| <start_of_turn>model | |
| {{ else if eq .Role "assistant" }}{{ .Content }}<end_of_turn> | |
| {{ end }}{{ end }}""" | |
| PARAMETER stop "<eos>" | |
| PARAMETER num_ctx 4096 | |