AdamOswald1 commited on
Commit
cb9f6b0
·
1 Parent(s): eb5c747

Create config.json (#15)

Browse files

- Create config.json (91df82acc6d9d2e3e7beb5ce7aa14c6370dff5aa)

Files changed (1) hide show
  1. text_encoder/config.json +1 -1
text_encoder/config.json CHANGED
@@ -20,6 +20,6 @@
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.19.2",
24
  "vocab_size": 49408
25
  }
 
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.23.1",
24
  "vocab_size": 49408
25
  }