I can't run your notebook because I don't have the file which is imported. But the error you see, "1 is not a valid variable," is occurring because the fit parameter symbols were previously set to numerical values. For example, Cb0 is used as a fit parameter variable, but was earlier set with Cb0 = 1. The variables given to NonlinearModelFit must not have previously defined values.