FriedaSmith
FriedaSmith
I use the following code to get the features of a given text in PyTorch. ``` from transformers import AlbertTokenizer, AlbertModel tokenizer = AlbertTokenizer.from_pretrained('albert-base-v2') model = AlbertModel.from_pretrained("albert-base-v2") text = "Replace...
SpeechAligner aligner = new SpeechAligner("resource:/edu/cmu/sphinx/models/en-us/en-us", "resource:/edu/cmu/sphinx/models/en-us/cmudict-en-us.dict", "resource:/edu/cmu/sphinx/models/en-us/en-us.lm.bin"); **When I use the language model in Sphinx4-5prealpha, the following exception occurs:** Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed...
Hello, can I have a trained model that you don't need? The computing ability of my computer is relatively poor. I want to test the results of the model and...
**Describe the bug** Model I am using UniLM: I use the following code to load the model. ``` from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("microsoft/unilm-base-cased") ``` And I got...
Hello. I found the [file](http://www.miningminds.re.kr/wp-content/uploads/2017/01/Emotion-recognition1.pdf). So, where is the AER code of this file?
Hello. `./svmTraining/prateek.model` file cannot be found. How to generate `./svmTraining/prateek.model` file?
How to use the code? Can you provide a demo?