There is a great explanation on what exactly the "loss" and "accuracy" refers to in a Machine Learning model right here. The term "mape" refers to "Mean Absolute Percentage Error" which is a different way to measure the performance of your model - the lower it is, the better your model performs.
Looking at the plots attached, it's easy to tell that there's a problem with your model since the accuracy of your model is increasing neither on the training nor on the validation set, and the loss is not decreasing either. This might for example be due to a problem with the model you're using (not suited for the task you expect it to perform) or the data that you feed into the model (which might e.g. be labeled in an inconsistent way).
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…