On a quick look, it appears that the line
X_U10.rdrain N23460 X_U10.d1 {0.08/af1} tc1
has extra parameter name at the end without a value.
If you modify the .subckt for CMF10120 and CMF20120, and remove the tc1 in the rdrain statement, the Unknown parameter errors will go away.
Also, the "Invalid number" error for the statement X_U10.XCGD params XCGD.af af1
shows that the XCGD instance statement in the subckt needs to be rewritten as something like:
XCGD params: af= {af1}
The curly braces are necessary for PSpice to know that this is an expression and needs to be evaluated.
Hope this makes the simulation work.
If the lib doesnt work after these fixes, please upload the lib as well, or share its link.