d-matrix commited on
Commit
1b748b1
1 Parent(s): 9c4574d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -44,8 +44,10 @@ This is a d-Matrix functional reference of the GPT2 model family, of the followi
44
  - [`gpt2-xl`](https://huggingface.co/openai-community/gpt2-xl) (default)
45
 
46
  The reference provides the following functional configurations:
47
- - `BASELINE`: a reference functionally equivalent to the original model.
48
- - `BASIC`: all linear algebraic operations quantized to `BFP16-64`, and all other operations transformed to corresponding functional kernel simulations.
 
 
49
 
50
 
51
  ### Usage
 
44
  - [`gpt2-xl`](https://huggingface.co/openai-community/gpt2-xl) (default)
45
 
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