-
vecs2 = []
for qu2 in tqdm(list(df['question2'])):
doc2 = nlp(qu2)
mean_vec2 = np.zeros([len(doc2), 384])
for word2 in doc2:
# word2vec
vec2 = word2.vector
…
-
### System Information
Linux x86-64
Python 3.10.5
`sentence_transformers` 3.0.1
`transformers` 4.41.2
`datasets` 2.19.2
### Reproduction
Running on GPU:
```py
from datasets import load_data…
-
arlum updated
5 years ago
-
https://www.quora.com/How-can-one-start-solving-Dynamic-Programming-problems/
Hope this helps.
-
As of robots.txt of quora, quora doesn't allow to crawl its website, [https://www.quora.com/robots.txt](https://www.quora.com/robots.txt)
I tried, sometimes it returns expected result, othertimes `No…
-
Hi, thanks for your excellent work!
Your split for quora data is used for so many succeed works, and now I want to use it. But I find the pairID in [your data](https://drive.google.com/file/d/0B0PlTA…
-
**Describe the bug**
If you go to any quora answer, usually there is a blue "more" link to expand the answer. This doesn't show up in link hints when you press f.
![image](https://github.com/user…
-
I wonder how to train the wordvec file you offered in the google drive, is it trained with the SNLI/Quora dataset corpus?
-
Hi, I am not coder so I am wondering do you have this bot in full version? If not can we discuss in private on possible collaboration if you are interested?
-
```
func startAnimation() {
dotOne.transform = CGAffineTransform(scaleX: 0.01, y: 0.01)
dotTwo.transform = CGAffineTransform(scaleX: 0.01, y: 0.01)
dotThree.transform = CGAffineTrans…
imzyf updated
7 years ago