Such skewed data may causes the accuracy paradox problem and bias against some classes when evaluating the performance. I recommend Synthetic Minority Over Sampling Technique (SMOTE), Please read pages 3-4 here:
Article Optimizing Stochastic Gradient Descent in Text Classificatio...
Jason Van Hulse, Taghi M. Khoshgoftaar, Amri Napolitano "Experimental Perspectives on Learning from Imbalanced Data" Proceedings of the 24th International Conference on Machine Learning, Corvallis, OR, 2007
There are many techniques to deal the problem of imbalance data:
1. SMOTE
2. Up-sampling
3. Down-sampling etc.
I'll personally suggest to use another technique GSS (Gaussian scale space theory, along with data augmentation techniques on class-1 to augment the dataset upto double to make it [1:1] ratio.