-
### What is your question?
我是一名刚开始学习的小白,本地部署adaseq,跟着仓库中的流程走的,在 except Exception as e:
# Ignore the writer's error for no examples written to the file if this error was caused by …
-
### What is your question?
when I run :"python scripts/train.py -c examples/bert_crf/configs/resume.yaml".
it warns me: "FileNotFoundError: [Errno 2] No such file or directory: 'C:/Users/XXX/.cache…
-
BERT for Joint Intent Classification and Slot Filling
Qian Chen, Zhu Zhuo, Wen Wang
4 pages, 1 figure
https://arxiv.org/abs/1902.10909
## 概要
新しい言語表現モデルであるBERTを利用して,インテント分類及びスロットフィリングを行った.
…
-
### Question
Hi, I have data in BIO format (not BIOES). I am training a sequence tagger model with transformer embedding but consistently get 0 f1-score for every epoch for XLM-ROBERTA-LARGE, but for…
-
训练的时候显示如下日志,如何查看每个epoch的loss过程
我的训练参数是
python BERT_NER.py\
--task_name="NER" \
--do_lower_case=False \
--crf=True \
--do_train=True \
--do_eval=True \
--do_predi…
-
-
Hello. I want to punctate big chunk of text. E.g. like below. How can I do that? Thank you
Could you write a simple python code to punctate text below?
The text is from my lecture video (https:/…
-
Hi,
I cloned the repository to my local machine and I'm trying to run the `main_training_loop` function with the provided example data (`example_seqs.fasta`) using the default parameters. However, …
-
您好,请问能不能告知一下运行的步骤,比如在readme里面写一下运行的步骤呢,感谢!
-
Hi, I found a bug in your pre-processing code.
https://github.com/ShannonAI/mrc-for-flat-nested-ner/blob/a40c8b97cf081bbfcf845282012aad1012d7466f/data_preprocess/label_utils.py#L54
I think it shoul…