Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement BertVits2 #1418

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Implement BertVits2 #1418

wants to merge 7 commits into from

Conversation

kobakos
Copy link
Contributor

@kobakos kobakos commented Mar 12, 2024

@kobakos kobakos requested a review from kyakuno March 12, 2024 06:31
@kobakos kobakos self-assigned this Mar 12, 2024
@kyakuno
Copy link
Collaborator

kyakuno commented Mar 29, 2024

モデルアップロード済み。
https://storage.googleapis.com/ailia-models/bert-vits2/BertVits2.2PT_dec.onnx

# Conflicts:
#	README.md
#	scripts/download_all_models.sh
@kyakuno
Copy link
Collaborator

kyakuno commented Apr 2, 2024

@kobakos 下記のモデルもONNXに変換可能でしょうか?

    processor = ClapProcessor.from_pretrained("laion/clap-htsat-fused")

下記はAI推論しておらず、BertJapaneseTokenizerそのままのようなので、ONNXに変換は不要と考えています。

   tokenizer = AutoTokenizer.from_pretrained("ku-nlp/deberta-v2-large-japanese-char-wwm")

https://huggingface.co/ku-nlp/deberta-v2-large-japanese-char-wwm/tree/main

@kobakos
Copy link
Contributor Author

kobakos commented Apr 2, 2024

Tokenizerと同じで必要ないと思ってました🙇🙇
後でSlackにアップロードします

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants