duanxianpi commited on
Commit
4e16481
·
verified ·
1 Parent(s): 3efe49d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -102,16 +102,10 @@ print(tok.decode(out[0], skip_special_tokens=True))
102
 
103
  A live, in-browser demonstration using the `transformer.js` library showcases this efficiency advantage on typical CPU hardware.
104
 
105
- | Model | Average Inference Latency (CPU) |
106
  | :--- | :---: |
107
- | **IntelliTeX** | **~500 ms** |
108
- | **Qwen2.5-Coder-0.5B-Instruct** | **~3000 ms** |
109
-
110
-
111
- | IntelliTeX (Fast CPU Inference) | Qwen2.5-Coder-0.5B-Instruct (Slower CPU Inference) |
112
- | :---: | :---: |
113
- | ![our](https://cdn-uploads.huggingface.co/production/uploads/68661fe1b3d1359fb3442418/1DEmNl2ZdvQf9GqSBDkuj.gif) |![qwen](https://cdn-uploads.huggingface.co/production/uploads/68661fe1b3d1359fb3442418/4uTwYt1kPy8m8b0OcfW7b.gif) |
114
-
115
 
116
  ## Full Evaluation Results
117
 
 
102
 
103
  A live, in-browser demonstration using the `transformer.js` library showcases this efficiency advantage on typical CPU hardware.
104
 
105
+ | Model | |
106
  | :--- | :---: |
107
+ | **IntelliTeX** | ![our](https://cdn-uploads.huggingface.co/production/uploads/68661fe1b3d1359fb3442418/1DEmNl2ZdvQf9GqSBDkuj.gif) |
108
+ | **Qwen2.5-Coder-0.5B-Instruct** | ![qwen](https://cdn-uploads.huggingface.co/production/uploads/68661fe1b3d1359fb3442418/4uTwYt1kPy8m8b0OcfW7b.gif) |
 
 
 
 
 
 
109
 
110
  ## Full Evaluation Results
111