Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hosting huggingface/datasets version on Internet Archive #3

Open
cstorm125 opened this issue Dec 3, 2020 · 1 comment
Open

Hosting huggingface/datasets version on Internet Archive #3

cstorm125 opened this issue Dec 3, 2020 · 1 comment

Comments

@cstorm125
Copy link

Since git-lfs has limits, I'm considering changing the huggingface/datasets download link to:
https://archive.org/details/scb_mt_enth_2020

@chrisadas
Copy link

chrisadas commented May 2, 2023

Is this still an issue? If things area better now, may we have checkpoint/data on huggingface?

Ideally, I'd like to see this in a form ready to be load:

model_name = "..."
tokenizer = XLMTokenizer.from_pretrained(model_name)
model = XLMTokenizer.from_pretrained(model_name)
translated = model.generate(...)

Anything I can help with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants