File size: 792 Bytes
b5d2331
 
 
 
 
 
 
 
1771178
b5d2331
 
 
 
 
 
 
57ae3b0
b5d2331
 
 
 
57ae3b0
b5d2331
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
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")
```