-
校友您好,能帮忙看下源码适配CPU运行吗?
2023-05-26 01:39:08 - INFO: dict_items([('dataset', 'resume-zh'), ('dist_emb_size', 20), ('type_emb_size', 20), ('lstm_hid_size', 512), ('conv_hid_size', 96), ('bert_hid_size'…
-
Hi, thanks for sharing the code! I am trying to reproduce the results and have some problems.
Below are my steps to train a model on the _DailyDialog_ corpus and evaluate it on the _DialSeg_711_ da…
-
Hi, I trained a new vocab and bert model with my own datasets following your scripts, with the Mecab Dictionary being changed.
but when I exam it, quite strange results returned everytime. Would you …
-
I followed the guide here https://github.com/kserve/kserve/tree/master/python/huggingfaceserver. I tried run hugging face server locally, but it doesn't work.
**My running process is as follows:**
…
-
(yw_fast_bert_test)$ python Fast_Bert_model_fitting.py
09/13/2019 18:42:45 - INFO - pytorch_transformers.tokenization_utils - loading file https://s3.amazonaws.com/models.huggingface.co/bert/bert-b…
-
```
======================================================================
ERROR: test_shape_0 (tests.test_transchex.TestTranschex)
-----------------------------------------------------------------…
-
```
if 'gpt' not in self.args.model_name and 'megatron' not in self.args.model_name:
# BERT-style model(bert风格句子构造, CLS开头, SEP结尾)
return [[self.tokenizer.cls_token_id] # [CLS]
…
-
transformers-cli convert --model_type albert \
--tf_checkpoint $ALBERT_BASE_DIR/model.ckpt-64000 \
--config $ALBERT_BASE_DIR/albert_config.json \
--pytorch_dump_output $ALBERT_BASE_DIR/pytorc…
-
Another weird error once I was running in colab:
in ()
----> 1 from fast_bert.data_cls import BertDataBunch
2 from fast_bert.learner_cls import BertLearner
3 from fast_bert.metrics …
-
Any idea what would cause this? It seems like it gets through most of the examples before failing.
```
INFO:transformers.tokenization_utils:loading file https://s3.amazonaws.com/models.huggingface…