--- datasets: jat-project/jat-dataset model_name: regent-project/jat-regent-medium-embeddings-checkpoint-27726 pipeline_tag: reinforcement-learning tags: - reinforcement-learning --- # Model Card for JAT-REGENT This is a multi-modal and multi-task model. ## Model Details ### Model Description - **Developed by:** University of Pennsylvania - **License:** Apache 2.0 ### Model Sources - **Repository:** Coming soon - **Paper:** Coming soon - **Demo:** Coming soon ## Training The model was trained on the following tasks: ## How to Get Started with the Model Use the code below to get started with the model. ```python from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("regent-project/jat-regent-medium-embeddings-checkpoint-27726") ```