File size: 448 Bytes
b436e64
 
5001969
 
 
b436e64
065c559
b436e64
065c559
 
 
5001969
 
 
 
b436e64
 
5001969
 
 
 
b436e64
 
5001969
 
 
 
 
 
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
---
license: apache-2.0
library_name: transformers
pipeline_tag: text-generation
tags:
- text-generation
- ALFWorld
---
# tcod_7b_b2f for ALFWorld

This model is for ALFWorld.

## Download

Use Hugging Face Hub:

```python
from huggingface_hub import snapshot_download

model_dir = snapshot_download("kolerk/tcod_7b_b2f")
print(model_dir)
```

Or clone with Git LFS:

```bash
git lfs install
git clone https://huggingface.co/kolerk/tcod_7b_b2f
```