Upload model card
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets: jat-project/jat-dataset
|
3 |
+
model_name: regent-project/jat-regent-medium-embeddings-checkpoint-27726
|
4 |
+
pipeline_tag: reinforcement-learning
|
5 |
+
tags:
|
6 |
+
- reinforcement-learning
|
7 |
+
---
|
8 |
+
|
9 |
+
# Model Card for Jat
|
10 |
+
|
11 |
+
This is a multi-modal and multi-task model.
|
12 |
+
|
13 |
+
## Model Details
|
14 |
+
|
15 |
+
### Model Description
|
16 |
+
|
17 |
+
- **Developed by:** The JAT Team
|
18 |
+
- **License:** Apache 2.0
|
19 |
+
|
20 |
+
### Model Sources
|
21 |
+
|
22 |
+
- **Repository:** <https://github.com/huggingface/jat>
|
23 |
+
- **Paper:** Coming soon
|
24 |
+
- **Demo:** Coming soon
|
25 |
+
|
26 |
+
## Training
|
27 |
+
|
28 |
+
The model was trained on the following tasks:
|
29 |
+
|
30 |
+
|
31 |
+
## How to Get Started with the Model
|
32 |
+
|
33 |
+
Use the code below to get started with the model.
|
34 |
+
|
35 |
+
```python
|
36 |
+
from transformers import AutoModelForCausalLM
|
37 |
+
|
38 |
+
model = AutoModelForCausalLM.from_pretrained("regent-project/jat-regent-medium-embeddings-checkpoint-27726")
|
39 |
+
```
|