Skip to content

Hugging Face large model cards by fxmarty

Screenshot of Hugging Face large model cards

Details

Authorfxmarty

LicenseCC-BY-NC-SA-4.0

Categoryhuggingface.co

Created

Updated

Size640 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Display Hugging Face Hub model cards for wide screens.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hugging Face large model cards
@version      20220909.15.26
@namespace    userstyles.world/user/fxmarty
@description  Display Hugging Face Hub model cards for wide screens.
@author       fxmarty
@license      CC-BY-NC-SA-4.0
==/UserStyle== */

@-moz-document url-prefix("https://huggingface.co/") {
/* ==UserStyle==
@name           Hugging Face enlarge model cards
@version        2022.09.09
@description    Display Hugging Face Hub model cards for wide screens
@author         fxmarty
@license        CC-BY-NC-SA-4.0
==/UserStyle== */

.md\:col-span-7 {
	grid-column: span 12/span 7;
}
}

Reviews

No reviews yet.