-
### System Info
- `transformers` version: 4.46.0
- Platform: Linux-5.15.0-97-generic-x86_64-with-glibc2.35
- Python version: 3.12.3
- Huggingface_hub version: 0.26.1
- Safetensors version: 0.4.…
-
We are able to download the granite model using below command
ilab download --repository instructlab/granite-7b-lab-GGUF --release main --filename granite-7b-lab-Q4_K_M.gguf
ilab generate is worki…
-
Hi,
I was wondering, do you have any recommendations for how to Romanize something such as a word vector file, so that they would be applicable for the text in this dataset? I have found some word…
-
I tried to instantiate a bert model with the following code:
```rust
use candle_core::DType;
use candle_lora::LoraConfig;
use candle_lora_transformers::bert::{BertModel, Config};
use candle_nn::{…
-
Hi, after downloading your latest model "uniref_embeddings", I found that the dimensionality of the protein word vector is not 100 dimensions, it is greater than 900 dimensions, so. Has the word vecto…
-
1. Description:
- Problem:
We are currently using fasttext, which is good for OOV words, but it's a bit slow and old (2015-2020). There might be better models available.
- Solution:
…
-
## 0. Paper
@inproceedings{tian-etal-2014-probabilistic,
title = "A Probabilistic Model for Learning Multi-Prototype Word Embeddings",
author = "Tian, Fei and
Dai, Hanjun and
…
a1da4 updated
3 years ago
-
Hello Mr. Mr. Jia-Chen Gu,
I would like to request access to the code that creates the word2vec+glove word embeddings for the UDC V2 training data.
Could you kindly share with me ?
-
**Describe the bug**
RuntimeError: Error(s) in loading state_dict for EmbeddingPipe: size mismatch for word_embeddings.weight: copying a param with shape torch.Size([25216, 6144]) from checkpoint, th…
-
**word2vec**
![image](https://user-images.githubusercontent.com/23091984/32687824-deee297c-c6ff-11e7-8b18-ecfc1d2af627.png)
> from http://xingjunjie.me/2017/08/07/Neural-Networks-from-Scratch/
…