Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
aiflows
/
CCFlows
like
2
Follow
aiflows
6
arxiv:
2308.01285
License:
mit
Model card
Files
Files and versions
Community
1
refs/pr/1
CCFlows
/
CF_Code.py
martinjosifoski
Add Codeforces Flows.
3c7fd6a
about 1 year ago
raw
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)