huggingface / community-events

Place where folks can contribute to 🤗 community events
399 stars 100 forks source link

Misc ideas based on discussions in Slack and TODOs #4

Open osanseviero opened 2 years ago

osanseviero commented 2 years ago

Just dumping ideas here related to this repo cc @NielsRogge @nateraw

NielsRogge commented 2 years ago

Adding some more ideas:

osanseviero commented 2 years ago

Some new todos (lol the list grows larger and larger) based on internal discussion https://huggingface.slack.com/archives/C035Y01JHMY/p1648122316988469

lhoestq commented 2 years ago

Tag all vision datasets on the hub with "vision" such that people can easily retrieve them

Currently we don't tag datasets with a "image" or "text" or "audio" tag but we can probably do that indeed. Maybe

modalities:
- image

for example ? Or you have something else in mind ?

NielsRogge commented 2 years ago

for example ? Or you have something else in mind ?

Maybe "vision"? Currently, all vision models on the hub are tagged with that.

lhoestq commented 2 years ago

Ok sounds good :) I'll also adapt the datasets tagging app to support this field then, and make it compatible for vision datasets (right now it's heavily focused on text datasets)

julien-c commented 2 years ago

(if we move to the new task scheme that you proposed recently, we don't need to hardcode the modality b/c it will be implied by the task)

julien-c commented 2 years ago

(cc @osanseviero )

lhoestq commented 2 years ago

(if we move to the new task scheme that you proposed recently, we don't need to hardcode the modality b/c it will be implied by the task)

Yes indeed, maybe we don't even need the modality tag if we can just infer it from the task tag, as we do for models ^^