littleworth commited on
Commit
c15613f
1 Parent(s): 17a1aea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -22,6 +22,13 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
22
  model = AutoModelForMaskedLM.from_pretrained(model_name).to(device)
23
  ```
24
 
 
 
 
 
 
 
 
25
  Training summary:
26
 
27
  ```
 
22
  model = AutoModelForMaskedLM.from_pretrained(model_name).to(device)
23
  ```
24
 
25
+
26
+ Packages version:
27
+
28
+ ```
29
+ {'transformers': '4.36.0.dev0', 'peft': '0.9.0', 'torch': '2.0.0'}
30
+ ```
31
+
32
  Training summary:
33
 
34
  ```