Text Generation
PEFT
Safetensors
dfurman commited on
Commit
dbaf161
1 Parent(s): 7d5ab37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -149,16 +149,12 @@ with torch.cuda.amp.autocast():
149
  print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
150
  ```
151
 
152
- ### Training Procedure
153
 
154
  - CUDA Version: 12.0
155
  - Hardware: 1 A100-SXM
156
  - Max Memory: {0: "37GB"}
157
  - Device Map: {"": 0}
158
- - Optimizer: paged_adamw_8bit
159
- - Gradient Accumulations: 4
160
- - Dataset Size: 9823 conversation trees
161
- - Learning Rate: 2e-5
162
 
163
  ### Package Versions Employed
164
 
 
149
  print('\n\n', tokenizer.decode(output_tokens[0], skip_special_tokens=True))
150
  ```
151
 
152
+ ### CUDA Info
153
 
154
  - CUDA Version: 12.0
155
  - Hardware: 1 A100-SXM
156
  - Max Memory: {0: "37GB"}
157
  - Device Map: {"": 0}
 
 
 
 
158
 
159
  ### Package Versions Employed
160