davanstrien HF staff commited on
Commit
44e46fa
·
1 Parent(s): d61de7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -1
README.md CHANGED
@@ -37,4 +37,74 @@ tags:
37
  pretty_name: Hugging Face Hub Models with Base Model Metadata
38
  size_categories:
39
  - 10K<n<100K
40
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  pretty_name: Hugging Face Hub Models with Base Model Metadata
38
  size_categories:
39
  - 10K<n<100K
40
+ ---
41
+
42
+ # Dataset Card for Hugging Face Hub Models with Base Model Metadata
43
+
44
+
45
+ ## Dataset Details
46
+
47
+ This dataset contains a subset of possible metadata for models hosted on the Hugging Face Hub. All of these models contain `base_model` metadata i.e. information about the model used for fine-tuning.
48
+ ### Dataset Description
49
+
50
+ <!-- Provide a longer summary of what this dataset is. -->
51
+
52
+
53
+
54
+ - **Curated by:** [More Information Needed]
55
+ - **Funded by [optional]:** [More Information Needed]
56
+ - **Shared by [optional]:** [More Information Needed]
57
+ - **Language(s) (NLP):** [More Information Needed]
58
+ - **License:** [More Information Needed]
59
+
60
+ ### Dataset Sources [optional]
61
+
62
+ <!-- Provide the basic links for the dataset. -->
63
+
64
+ - **Repository:** [More Information Needed]
65
+ - **Paper [optional]:** [More Information Needed]
66
+ - **Demo [optional]:** [More Information Needed]
67
+
68
+ ## Uses
69
+
70
+ <!-- Address questions around how the dataset is intended to be used. -->
71
+
72
+ ### Direct Use
73
+
74
+ <!-- This section describes suitable use cases for the dataset. -->
75
+
76
+ [More Information Needed]
77
+
78
+ ### Out-of-Scope Use
79
+
80
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ## Dataset Structure
85
+
86
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ## Dataset Creation
91
+
92
+ ### Curation Rationale
93
+
94
+ <!-- Motivation for the creation of this dataset. -->
95
+
96
+ [More Information Needed]
97
+
98
+ ### Source Data
99
+
100
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
101
+
102
+ #### Data Collection and Processing
103
+
104
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ #### Who are the source data producers?
109
+
110
+ The source data is model card creators for models on the Hub as well as tools and deep learning libraries which automatically assign metadata to model repositories.