yuewang-sf commited on
Commit
04a5651
1 Parent(s): 4f545b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -33,8 +33,8 @@
33
  "relative_attention_max_distance": 128,
34
  "relative_attention_num_buckets": 32,
35
 
36
- "torch_dtype": "float32",
37
  "transformers_version": "4.21.3",
38
  "use_cache": true,
39
- "vocab_size": 32103
40
  }
 
33
  "relative_attention_max_distance": 128,
34
  "relative_attention_num_buckets": 32,
35
 
36
+ "torch_dtype": "float16",
37
  "transformers_version": "4.21.3",
38
  "use_cache": true,
39
+ "vocab_size": 32100
40
  }