Vikram Natraj
Vikram Natraj
I don't have an enormous corpus to train a sent2vec model from scratch. So I want to fine tune a pretrained model using my own custom dataset.
https://github.com/d4r3topk/comparing-audio-files-python/blob/641dfb807cd317d79361ab79aa357a0de33d0e99/mfcc.py#L19 This is not really an issue,but a doubt rather. It's mentioned as a comment that the dist value for similar audios should be 0 or close to 0? If...
# Chat template is throwing error from transformers import pipeline messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="FreedomIntelligence/Apollo-7B") output = pipe(messages) print(output)
Hi Team, I hope this message finds you well! I’m currently exploring the Apollo 7B model and am particularly interested in its performance on entity extraction and temporal relations tasks....