Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eubinecto
/
idiomify
like
3
Runtime error
App
Files
Files
Community
e589e3d
idiomify
/
explore
/
explore_fetch_idioms.py
eubinecto
[#2] Support for d-1-2 done. Support for m-1-2 partially done (need to implement the testing logic with some valid metrics)
e3c7b5a
almost 3 years ago
raw
Copy download link
history
blame
Safe
130 Bytes
from
idiomify.fetchers
import
fetch_idioms
def
main
():
print
(fetch_idioms(
"d-1-2"
))
if
__name__ ==
'__main__'
:
main()