python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TypeError : 'NoneType' object is not callable (XLNet Classifer)
I am trying to train my model using Tokenizer,Keras and TensorFlow.
Code where I'm getting the error.
from transformers import TFXLNetModel, XLNetTokenizer
xlnet_model = 'xlnet-large-cased'
xlnet_toke...
amal
Votes: 0
Answers: 1
Classification report not working well while doing text classification with LSTM model
trying to get classification report with LSTM on data with text and label and this report states there is no 1's which is not true because the label consist of 0 and 1.
here is the report result:
nd h...
Rubiya shoukat
Votes: 0
Answers: 1
SpaCy - TextCategorizer - Bag Of Words: Is there a way to show the vectorized document?
I just trained and implemented a text categorizer using Space 3.0. Everything went smooth but I'd like to visualize the vectorized document ([13, 0, 0, 120..etc]) in order to better understand what fe...
JackFener
Votes: 0
Answers: 1
Multi-Class Document Classification with both known and un-known classes
Currently, I am building a multi-class document classifier which has to classify either 3 known classes, namely "Financial Report", "Insurance_Sheet", "Endorsement", and ...
Quan Nguyen Ha
Votes: 0
Answers: 0