Skip to content

re-Mine/reMine-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

reMine-ML

Introduction

👊 A model that predicts emotions based on situational data

How to run?

Train

python emotion_model.py

Predict

#with best_model.h5
sentiment_model_best = tf.keras.models.load_model(BEST_MODEL_NAME, custom_objects={'TFBertForSequenceClassification': TFBertForSequenceClassification})

predicted_value = sentiment_model_best.predict(test_x)
predicted_label = np.argmax(predicted_value, axis = 1)

Details

  • Use TensorFlow

About

2024 GDSC Solution Challenge - Team.RYPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published