Spaces:
Sleeping
Sleeping
fix: remove comma-delimited joining of characters on model_card_authors and model_card_contact (#4)
Browse files- fix: remove comma-delimited joining of characters on model_card_authors and model_card_contact (0efe9e1d945a11f34d056c21d257a6d791ca87eb)
Co-authored-by: Armin Catovic <[email protected]>
language_model_template1.md
CHANGED
@@ -311,11 +311,11 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
311 |
|
312 |
<!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
|
313 |
|
314 |
-
{{ model_card_authors |
|
315 |
|
316 |
# Model Card Contact
|
317 |
|
318 |
-
{{ model_card_contact |
|
319 |
|
320 |
# How to Get Started with the Model
|
321 |
|
|
|
311 |
|
312 |
<!-- This section provides another layer of transparency and accountability. Whose views is this model card representing? How many voices were included in its construction? Etc. -->
|
313 |
|
314 |
+
{{ model_card_authors | default("More information needed", true)}}
|
315 |
|
316 |
# Model Card Contact
|
317 |
|
318 |
+
{{ model_card_contact | default("More information needed", true)}}
|
319 |
|
320 |
# How to Get Started with the Model
|
321 |
|