fasttext Questions

2

In FastText, I have unbalanced labels. What is the best way to handle it?
Filling asked 10/6, 2018 at 8:2

2

I am trying to use the FastText's french pre-trained binary model (downloaded from the official FastText's github page). I need the .bin model and not the .vec word-vectors so as to approximate mis...
Cindiecindra asked 23/7, 2018 at 14:43

1

I am using a pre-trained fasttext model https://github.com/facebookresearch/fastText/blob/master/pretrained-vectors.md). I use Gensim to load the fasttext model. It can output a vector for any wo...
Highhat asked 30/10, 2017 at 19:8

2

Solved

I am trying to train a fasttext classifier in windows using fasttext python package. I have a utf8 file with lines like __label__type1 sample sentence 1 __label__type2 sample sentence 2 __label__...
Whangee asked 18/6, 2018 at 9:37

1

I am using gensim to load pre-trained fasttext model. I downloaded the English wikipedia trained model from fasttext website. here is the code I wrote to load the pre-trained model: from gensim...
Silique asked 13/6, 2018 at 2:33

0

I am training a fastText model using gensim.models.fasttext. However, I can't seem to find a method to compute the loss of the iteration for logging purposes. If I look at gensim.models.word2vec, i...
Prefatory asked 1/6, 2018 at 12:13

1

I am trying to use fastText with PyCharm. Whenever I run below code: import fastText model=fastText.train_unsupervised("data_parsed.txt") model.save_model("model") The process exits with this ...
Decahedron asked 28/5, 2018 at 8:33

2

Solved

I read the paper and googled as well if there is any good example of the learning method(or more likely learning procedure) For word2vec, suppose there is corpus sentence I go to school with lu...
Sharpeyed asked 13/4, 2018 at 7:22

2

Solved

I recently downloaded fasttext pretrained model for english. I got two files: wiki.en.vec wiki.en.bin I am not sure what is the difference between the two files?
Albert asked 5/11, 2017 at 6:3

2

Solved

I am working on a text classification problem, that is, given some text, I need to assign to it certain given labels. I have tried using fast-text library by Facebook, which has two utilities of i...
Neaten asked 7/12, 2017 at 10:28

1

Solved

At 15:10 of this video about fastText it mentions syntactic analogy and semantic analogy. But I am not sure what the difference is between them. Could anybody help explain the difference with exam...
Selfaddressed asked 20/1, 2018 at 12:58

0

Simply I am getting this error: gcc: error: fasttext/fasttext.c: No such file or directory gcc: fatal error: no input files compilation terminated. error: command 'gcc' failed with exit status ...
Chokedamp asked 20/12, 2016 at 18:10

© 2022 - 2024 — McMap. All rights reserved.