-
I'm fine tuning parameters for a linear support vector machine. There are multiple ways to do it, but I wanted to compare LinearSVC and SDGClassifier in terms of time. I expected the accuracy score to…
-
Here is the first module for the content side. -> https://intro-machine-learning.netlify.app/
This is a mix of module 0 and 1 of Varada's material with a bit of transcription and clarifications from …
-
## User Story
As data analyst I want the ability to report on the positive, negative, and neutral user utterance sentiment scores so that I can better understand what the users are saying to the Virt…
-
I have no problems using the default model in the sentiment analysis pipeline.
```# Allocate a pipeline for sentiment-analysis
nlp = pipeline('sentiment-analysis')
nlp('I am a black man.')
…
-
```
309 if start_i == 2 and s != 0:
310 s = s * 0.9
--> 311 valence = valence + s
312 valence = self._…
-
Hi,
i've just published [a repository](https://github.com/krzysztoffiok/twitter_sentiment) that uses Flair for implementation of sentiment classification. The repository contains also an example of…
-
Hi, I am not familiar with ParlAI setup and I am interested in examining some examples from the Wizard of Wikipedia benchmark. Would you please point me to where I can find the dataset. Thanks!
-
# 🐛 Bug
## Information
Model I am using (Bert, XLNet ...): 'nlptown/bert-base-multilingual-uncased-sentiment'
Language I am using the model on (English, Chinese ...): English
The problem a…
-
Would be good to have a section detailing how to interpret the "score" of returned entities (or if it already exists a link to it).
Thanks :)
---
#### Document details
⚠ *Do not edit this section. I…
-
# Question
## Information
Model I am using (Bert, XLNet ...): XLM-RoBERTa-base
Language I am using the model on (English, Chinese ...): Korean
Adapter setup I am using (if any):
The pro…