helizac commited on
Commit
0e603f4
1 Parent(s): 32277c0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -26,7 +26,7 @@
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "tie_word_embeddings": false,
29
- "torch_dtype": "int8",
30
  "transformers_version": "4.36.2",
31
  "use_cache": true
32
  }
 
26
  "relative_attention_max_distance": 128,
27
  "relative_attention_num_buckets": 32,
28
  "tie_word_embeddings": false,
29
+ "torch_dtype": "float32",
30
  "transformers_version": "4.36.2",
31
  "use_cache": true
32
  }