Kleo commited on
Commit
629c902
·
verified ·
1 Parent(s): be7f82d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -72,17 +72,15 @@ This is the model card of a 🤗 transformers model that has been pushed on the
72
 
73
  [More Information Needed]
74
 
75
- ### Recommendations
76
-
77
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
78
-
79
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
80
 
81
  ## How to Get Started with the Model
82
 
83
  Use the code below to get started with the model.
84
 
85
- [More Information Needed]
 
 
 
86
 
87
  ## Training Details
88
 
@@ -123,17 +121,12 @@ Use the code below to get started with the model.
123
 
124
  [More Information Needed]
125
 
126
- #### Factors
127
-
128
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
129
-
130
- [More Information Needed]
131
 
132
  #### Metrics
133
 
134
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
135
 
136
- [More Information Needed]
137
 
138
  ### Results
139
 
@@ -141,14 +134,6 @@ Use the code below to get started with the model.
141
 
142
  #### Summary
143
 
144
-
145
-
146
- ## Model Examination [optional]
147
-
148
- <!-- Relevant interpretability work for the model goes here -->
149
-
150
- [More Information Needed]
151
-
152
  ## Environmental Impact
153
 
154
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
@@ -161,7 +146,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
161
  - **Compute Region:** [More Information Needed]
162
  - **Carbon Emitted:** [More Information Needed]
163
 
164
- ## Technical Specifications [optional]
165
 
166
  ### Model Architecture and Objective
167
 
 
72
 
73
  [More Information Needed]
74
 
 
 
 
 
 
75
 
76
  ## How to Get Started with the Model
77
 
78
  Use the code below to get started with the model.
79
 
80
+ ```
81
+ import torch
82
+ from transformers import pipeline, AutoModelForCausalLM, AutoTokenizer
83
+ ```
84
 
85
  ## Training Details
86
 
 
121
 
122
  [More Information Needed]
123
 
 
 
 
 
 
124
 
125
  #### Metrics
126
 
127
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
 
129
+ mean Average Precision (mAP)
130
 
131
  ### Results
132
 
 
134
 
135
  #### Summary
136
 
 
 
 
 
 
 
 
 
137
  ## Environmental Impact
138
 
139
  <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
 
146
  - **Compute Region:** [More Information Needed]
147
  - **Carbon Emitted:** [More Information Needed]
148
 
149
+ ## Technical Specifications
150
 
151
  ### Model Architecture and Objective
152