Transformers
Safetensors
gpt2
text-generation
Generated from Trainer
chat-completion
text-generation-inference
Instructions to use mohammadZX/at with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mohammadZX/at with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("mohammadZX/at") model = AutoModelForCausalLM.from_pretrained("mohammadZX/at") - Notebooks
- Google Colab
- Kaggle
Update metadata with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ license: apache-2.0
|
|
| 4 |
base_model: distilgpt2
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: at
|
| 9 |
results: []
|
|
|
|
| 4 |
base_model: distilgpt2
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
pipeline_tag: chat-completion
|
| 8 |
model-index:
|
| 9 |
- name: at
|
| 10 |
results: []
|