Aditya Srinivas Menon

Results 8 issues of Aditya Srinivas Menon

Hey thanks for the incredible work! Is there a way to fine tune the model on custom audio and compare the results to zeroshot?

# 🌟 New adapter setup ## Support for openai [Whisper](https://github.com/openai/whisper) Add adapter integration for whisper. ## Open source status * [x] the model implementation is available: [official code](https://github.com/openai/whisper) [hf](https://github.com/huggingface/transformers/tree/main/src/transformers/models/whisper) *...

enhancement

When trying to download them, we get: ``` UserProjectAccountProblem The project to be billed is associated with a delinquent billing account. The billing account for the owning project is disabled...

## Description Add support Slack channel links to main readme file #37 [Issue #37](https://github.com/OpenMined/opus/issues/37). ## Affected Dependencies none ## How has this been tested? no tests required ## Checklist -...

Hey! Thanks for your code. I was wondering if you have plans to implement the BestRQTrainerASR class, BestRQTrainerASR class and the BestRQTrainASRWrapper class. If not, could you please guide me...

## Description Addresses #33 and #34 ## How has this been tested? - A successful run of https://github.com/vanderschaarlab/mlforhealthlabpub/blob/main/alg/symbolic_metamodeling/3-_Building_Symbolic_Metamodels.ipynb ## Checklist - [x] I have followed the [Contribution Guidelines](https://github.com/vanderschaarlab/.github/blob/main/CONTRIBUTING.md) and [Code...

## Description ``` --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[5], [line 3](vscode-notebook-cell:?execution_count=5&line=3) [1] metamodel = symbolic_metamodel(model, X_train) ----> [3] metamodel.fit(num_iter=10, batch_size=X_train.shape[0], learning_rate=.01) File ~/projects/BERTerpret/symbolic_metamodeling/pysymbolic/algorithms/symbolic_metamodeling.py:243, in symbolic_metamodel.fit(self, num_iter, batch_size,...

## Description ``` --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[5], [line 1] ----> [1] metamodel = symbolic_metamodel(model, X_train) [3] metamodel.fit(num_iter=10, batch_size=X_train.shape[0], learning_rate=.01) File ~/projects/BERTerpret/symbolic_metamodeling/pysymbolic/algorithms/symbolic_metamodeling.py:154, in symbolic_metamodel.__init__(self, model, X,...