Edit model card

For more information about the model as a whole: NLTM-National Institute of Technology Dialect-Identification

Steps to use the model:

  1. Download the models and .py files
  2. Rename the paths to the models and to your corresponding audio file
  3. Instance a model object: model = DID_Model()
  4. Load the weights for the model by running: model.load_weights(model_path)
  5. Predict the dialect through inference: model.predict_dialect(aud_path, wave2vec_model_path)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .