-
I am trying to run the model and as an initial step, I need to generate embeddings for text, that I can use later for classification. I tried generating the embedding from the CLS vector of the last h…
-
I'm having trouble accessing the model for the inference and evaluation.
"OSError: CARDS_RoBERTa_Classifier is not a local folder and is not a valid model identifier listed on 'https://huggingface.…
-
During testing of the `joeddav/xlm-roberta-large-xnli` model, I am getting next error regarding authentication problem:
```
Cannot access gated repo for url https://huggingface.co/api/models/joeddav…
-
Hi! I've been using spaCy over the last few weeks to fine-tune a `roberta-base` model for NER. So far, the experience has been great and I'm able to train and use the fine-tuned models without any iss…
-
你好,请问hugging face网站无法连接,子集下载roberta训练模型后,怎么在项目中更改和使用呢?
-
您好,之前我微调模型已经完成,融合模型也没有出问题,但是本周使用的时候突然发现,不论FlagEmbedding或者Huggingface的调用都会出现:
File "/opt/conda/lib/python3.8/site-packages/FlagEmbedding/flag_reranker.py", line 158, in __init__
self.tokenizer …
-
OSError: Can't load weights for 'xlm-roberta-base'. Make sure that:
- 'xlm-roberta-base' is a correct model identifier listed on 'https://huggingface.co/models'
- or 'xlm-roberta-base' is the co…
-
Hi @NielsRogge,
I plan to finetune a LayoutXLM large like model. Why "like model"? Because until now, Microsoft did not release LayoutXLM large mas only a version base.
As I want to train a vers…
piegu updated
7 months ago
-
- [x] Roberta + CNN + Attention model 구현
- [x] random_concat start_idx 제대로 찾아서 맞추기
- [ ] wiki 적당한 길이로 잘라서 데이터 만들기
# 결과
1기에 사용한 모델 거의 그대로 사용해봤는데 성적이 좋아지질 않네요
데이터셋 자체에서 좀 걸러지는게 있어야 성능이 좋아질지는 테스…
-
Hi,
Your code used llma2 chat offline LLM. But, I wanted to use alternative offline LLMs such as huggingface's distilbert or roberta or albert. Do you have any suggestion for those LLMs to apply on …