初始化项目,由ModelHub XC社区提供模型

Model: kolerk/tcod_7b_f2b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-07 07:14:50 +08:00
commit c3338335ce
17 changed files with 152205 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
---
license: apache-2.0
library_name: transformers
pipeline_tag: text-generation
tags:
- text-generation
- ALFWorld
---
# tcod_7b_f2b 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_f2b")
print(model_dir)
```
Or clone with Git LFS:
```bash
git lfs install
git clone https://huggingface.co/kolerk/tcod_7b_f2b
```