Instructions to use ericphann/RAVDESS_MFCC_Sentiment_Analysis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ericphann/RAVDESS_MFCC_Sentiment_Analysis with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ericphann/RAVDESS_MFCC_Sentiment_Analysis") - Notebooks
- Google Colab
- Kaggle
Upload RAVDESS_MFCC_Sentiment_Analysis.keras
Browse files- .gitattributes +1 -0
- RAVDESS_MFCC_Sentiment_Analysis.keras +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
RAVDESS_MFCC_Sentiment_Analysis.keras filter=lfs diff=lfs merge=lfs -text
|
RAVDESS_MFCC_Sentiment_Analysis.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d4cd0d2625cccf8bcc65a2250ab0c5c9b851abccd4d5f90ea8158018f6d5042
|
| 3 |
+
size 5288982
|