Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
DyNin
/
carbot
like
0
gpt2
arxiv:
6 papers
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
2ee7eef
carbot
/
env.py
DyNin
Upload 17 files
8e28984
verified
about 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
203 Bytes
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import
os
END_OF_TURN_TOKEN =
'<|endofturn|>'
END_OF_TEXT_TOKEN =
'<|endoftext|>'
PROJECT_FOLDER = os.path.dirname(__file__)