d-matrix commited on
Commit
d3a4ff5
1 Parent(s): ae606be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -46,8 +46,8 @@ This is a d-Matrix functional reference of the GPT2 model family, of the followi
46
  The reference provides the following functional configurations:
47
  Configuration | Explanation
48
  :-- | :--
49
- **`BASELINE`** | a reference functionally equivalent to the original model.
50
- **`BASIC`** | all linear algebraic operations quantized to `BFP16-64`, and all other operations transformed to corresponding functional kernel simulations.
51
 
52
 
53
  ### Usage
 
46
  The reference provides the following functional configurations:
47
  Configuration | Explanation
48
  :-- | :--
49
+ **`BASELINE`** | a reference functionally equivalent to the original model
50
+ **`BASIC`** | all linear algebraic operations quantized to `BFP16-64`, and all other operations transformed to corresponding functional kernel simulations
51
 
52
 
53
  ### Usage