Access Quantization module in wave2vec2

If I instantiate a wav2vec2 model
model = Wav2Vec2ForCTC.from_pretrained(model_name)
How can I access the discrete quantized vectors that represent the phenomes? They should be inside of the model somewhere