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
aiflows
/
CCFlows
like
2
Follow
aiflows
6
arxiv:
2308.01285
License:
mit
Model card
Files
Files and versions
xet
Community
1
Copy to bucket
new
refs/pr/1
CCFlows
/
CF_Code.py
martinjosifoski
Add Codeforces Flows.
3c7fd6a
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
165 Bytes
from
flows.application_flows
import
OpenAIChatAtomicFlow
class
CF_Code
(
OpenAIChatAtomicFlow
):
def
__init__
(
self, **kwargs
):
super
().__init__(**kwargs)