xinhe commited on
Commit
7f9e80f
·
1 Parent(s): 072e2a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ The original fp32 model comes from the fine-tuned model [roberta-base-mrpc](http
35
 
36
  The calibration dataloader is the train dataloader. The default calibration sampling size 300 isn't divisible exactly by batch size 8, so the real sampling size is 304.
37
 
38
- Embedding module **roberta.embeddings.token_type_embeddings** falls back to fp32 due to *RuntimeError('Expect weight, indices, and offsets to be contiguous.')*
39
 
40
  ### Test result
41
 
 
35
 
36
  The calibration dataloader is the train dataloader. The default calibration sampling size 300 isn't divisible exactly by batch size 8, so the real sampling size is 304.
37
 
38
+ The embedding module **roberta.embeddings.token_type_embeddings** falls back to fp32 due to *RuntimeError('Expect weight, indices, and offsets to be contiguous.')*
39
 
40
  ### Test result
41