lhl PRO

leonardlin

AI & ML interests

None yet

Recent Activity

liked a dataset 2 days ago
litagin/moe-speech
liked a dataset 7 days ago
openai/webgpt_comparisons
liked a dataset 7 days ago
Dahoas/synthetic-instruct-gptj-pairwise
View all activity

Articles

Organizations

leonardlin's activity

Reacted to nroggendorff's post with 👀 about 2 months ago
view post
Post
2646
When huggingface patches this, I'm going to be really sad, but in the meantime, here you go:

When AutoTrain creates a new space to train your model, it does so via the huggingface API. If you modify the code so that it includes a premade README.md file, you can add these two lines:

---
app_port: 8080 # or any integer besides 7860 that's greater than 2 ** 10
startup_duration_timeout: 350m
---


This will tell huggingface to listen for the iframe on your port, instead of the one autotrain is actually hosting on, and because startup time isn't charged, you get the product for free. (you can take this even further by switching compute type to A100 or something)
  • 1 reply
·