-
Hi author,
Sorry to bother you. Can you release the code about point-text retrieval and zero-shot classification?
-
상품테이블
create table product(
code varchar(8) not null primary key,
supplier_code varchar(5) not null,
classification_code varchar(6) not null,
location_code varchar(6) not null,
warehouse_code …
-
As the title, I wonder whether
./fastText supervised
will utilize the fastText embedding such as skip-gram or CBOW when training the classifier or not.
Thanks :D
-
OpenAI. 2019. [“Better Language Models and Their Implications”](https://openai.com/blog/better-language-models/). Blogpost.
-
Karpathy, Andrej. 2015. [“The Unreasonable Effectiveness of Recurrent Neural Networks”](http://karpathy.github.io/2015/05/21/rnn-effectiveness/). Blogpost.
-
Hello!
Thanks for sharing the code of your work. Could you point me to the code to reproduce the dataset used for the contrastive learning? I would be very interested in using this dataset.
Than…
-
ValueError
-
We should remove the pages copied from the earlier version of the Berkeley textbook - to simplify copyright.
Plan:
* Remove Literary Characters section
* Remove Classifiers section
* Search fo…
-
Hello,
I adopt the code from https://github.com/frederick0329/TracIn/blob/master/imagenet/resnet50_imagenet_proponents_opponents.ipynb
to text classification.
The primary goal of my task is to…
-
Hi,
I am trying to use Multilingual BERT for multiclass text classification. As I am following a code, author used BlearnerForSequenceClassification for binary classification. But I am facing error f…