xinhe commited on
Commit
5fde985
1 Parent(s): 4719958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -7
README.md CHANGED
@@ -39,12 +39,8 @@ The calibration dataloader is the train dataloader. The default calibration samp
39
 
40
  ### Test result
41
 
42
- - Batch size = 8
43
- - [Amazon Web Services](https://aws.amazon.com/) c6i.xlarge (Intel ICE Lake: 4 vCPUs, 8g Memory) instance.
44
-
45
  | |INT8|FP32|
46
  |---|:---:|:---:|
47
- | **Throughput (samples/sec)** |102.15|75.056|
48
  | **Accuracy (eval-f1)** |0.9007|0.8983|
49
  | **Model size (MB)** |14|51.8|
50
 
@@ -56,6 +52,3 @@ int8_model = OptimizedModel.from_pretrained(
56
  'Intel/electra-small-discriminator-mrpc-int8-static',
57
  )
58
  ```
59
-
60
- Notes:
61
- - The INT8 model has better performance than the FP32 model when the CPU is fully occupied. Otherwise, there will be the illusion that INT8 is inferior to FP32.
 
39
 
40
  ### Test result
41
 
 
 
 
42
  | |INT8|FP32|
43
  |---|:---:|:---:|
 
44
  | **Accuracy (eval-f1)** |0.9007|0.8983|
45
  | **Model size (MB)** |14|51.8|
46
 
 
52
  'Intel/electra-small-discriminator-mrpc-int8-static',
53
  )
54
  ```