ksridhar's picture
Update README.md
57ae3b0 verified
|
raw
history blame
785 Bytes
---
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
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")
```