bit-dny commited on
Commit
cf9339c
1 Parent(s): 5c6b1ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -9
README.md CHANGED
@@ -44,14 +44,6 @@ To cite this model, please use
44
 
45
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
 
47
- ### Deployment resource consumption
48
- | Precision | Minimum GPU memory (Inference) | Minimum GPU memory (Full Parameter Fine-tuning) |
49
- |-------|-------|-------|
50
- | float32 | 6.08G | 32.65G |
51
- | float16(unquantized) | 3.45G | -(36.94G*) |
52
- | bfloat16(unquantized) | 3.45G | 20.47G(33.93G*) |
53
- * \* Indicates use of mixed precision
54
-
55
  ### Direct Use
56
 
57
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
@@ -144,7 +136,17 @@ def median(numbers):
144
 
145
  </details>
146
 
147
-
 
 
 
 
 
 
 
 
 
 
148
  ## Training Details
149
 
150
  ### Training Data
 
44
 
45
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
 
 
 
 
 
 
 
 
 
47
  ### Direct Use
48
 
49
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
 
136
 
137
  </details>
138
 
139
+ ### Deployment resource consumption
140
+ <details>
141
+ <summary>Clik to expand</summary>
142
+ | Precision | Minimum GPU memory (Inference) | Minimum GPU memory (Full Parameter Fine-tuning) |
143
+ |-------|-------|-------|
144
+ | float32 | 6.08G | 32.65G |
145
+ | float16(unquantized) | 3.45G | -(36.94G*) |
146
+ | bfloat16(unquantized) | 3.45G | 20.47G(33.93G*) |
147
+ * \* Indicates use of mixed precision
148
+ </details>
149
+
150
  ## Training Details
151
 
152
  ### Training Data