andkelly21 commited on
Commit
02f9ecf
1 Parent(s): c52cbd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -24
README.md CHANGED
@@ -1,25 +1,70 @@
 
1
  widget:
2
- - text: `How many stars does the transformers repository have?`,
3
- table: {
4
- Repository: [
5
- "Transformers",
6
- "Datasets",
7
- "Tokenizers",
8
- ],
9
- Stars: [
10
- 36542,
11
- 4512,
12
- 3934,
13
- ],
14
- Contributors: [
15
- 651,
16
- 77,
17
- 34,
18
- ],
19
- "Programming language": [
20
- "Python",
21
- "Python",
22
- "Rust, Python and NodeJS"
23
- ]
24
- }
25
- example title: "Review Sourcing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
  widget:
3
+ - text: "How many stars does the transformers repository have?"
4
+ table:
5
+ Repository:
6
+ - "Transformers"
7
+ - "Datasets"
8
+ - "Tokenizers"
9
+ Stars:
10
+ - 36542
11
+ - 4512
12
+ - 3934
13
+ Contributors:
14
+ - 651
15
+ - 77
16
+ - 34
17
+ Programming language:
18
+ - "Python"
19
+ - "Python"
20
+ - "Rust, Python and NodeJS"
21
+ example_title: "Github stars"
22
+ ---
23
+ # Model Card for Model ID
24
+
25
+ <!-- Provide a quick summary of what the model is/does. -->
26
+
27
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
28
+
29
+ ## Model Details
30
+
31
+ ### Model Description
32
+
33
+ <!-- Provide a longer summary of what this model is. -->
34
+
35
+ - **Developed by:** [More Information Needed]
36
+ - **Shared by [optional]:** [More Information Needed]
37
+ - **Model type:** [More Information Needed]
38
+ - **Language(s) (NLP):** [More Information Needed]
39
+ - **License:** [More Information Needed]
40
+ - **Finetuned from model [optional]:** [More Information Needed]
41
+
42
+ ### Model Sources [optional]
43
+
44
+ <!-- Provide the basic links for the model. -->
45
+
46
+ - **Repository:** [More Information Needed]
47
+ - **Paper [optional]:** [More Information Needed]
48
+ - **Demo [optional]:** [More Information Needed]
49
+
50
+ ## Uses
51
+
52
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
53
+
54
+ ### Direct Use
55
+
56
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
57
+
58
+ [More Information Needed]
59
+
60
+ ## Bias, Risks, and Limitations
61
+
62
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ### Recommendations
67
+
68
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
69
+
70
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.