AdaSeq icon indicating copy to clipboard operation
AdaSeq copied to clipboard

AdaSeq: An All-in-One Library for Developing State-of-the-Art Sequence Understanding Models

Results 34 AdaSeq issues
Sort by recently updated
recently updated
newest added

### What is your question? 我在使用这个推理的时候,遇到了ValueError: unknown url type: 'adaseq-0.6.6-py3-none-any.whl.metadata' 请问这个是怎么回事呢 from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks p = pipeline(Tasks.named_entity_recognition, '/data3/huyan/liheng/tmp/AdaSeq/AdaSeq/experiments/eBay/231125005305.028950/output_best') result = p('Nike Reax TR Mesh Herren...

question

### What is your question? Traceback (most recent call last): File "C:\Users\shawn\anaconda3\envs\pytorch\lib\site-packages\datasets\builder.py", line 1618, in _prepare_split_single writer = writer_class( File "C:\Users\shawn\anaconda3\envs\pytorch\lib\site-packages\datasets\arrow_writer.py", line 334, in __init__ self.stream = self._fs.open(fs_token_paths[2][0], "wb") File...

question

### What is your question? 始终无法ping通huggingface,把模型拷贝到本地不知道怎么加载进入项目中 ### What have you tried? 在ymal文件中,按照本地加载数据集的格式修改模型位置。没有成功 ### Code (if necessary) requests.exceptions.ConnectionError: (MaxRetryError("HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /xlm-roberta-large/resolve/main/config.json (Caused by NewConnectionError(': Failed to...

question

### What is your question? 如何推理? ### What have you tried? 训练模型之后自动就有了pred.txt,请问这个文件是在哪里生成的? ### Code (if necessary) _No response_ ### What's your environment? - AdaSeq Version (e.g., 1.0 or master): -...

question

### What is your question? When using Bert-CRF for named entity recognition, where can I find the datasets ncbi and bc5cdr, as well as the configuration files? ### What have...

question

### 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/huggingface/datasets/named_entity_recognition_dataset_builder/default-ef6495d2da4494b4/0.0.0/db737b9bb893f20fb03d04403a30bf7c033256c212b7e9f0ebc6e9c958535c51.incomplete/named_entity_recognition_dataset_builder-test-00000-00000-of-NNNNN.arrow'". ### What have you tried? _No...

question

### What is your question? I found that you have upload the MNRE dataset to modelscope, but I have not found the config file for MNRE here. ### What have...

question

### What is your question? _No response_ ### What have you tried? _No response_ ### Code (if necessary) _No response_ ### What's your environment? - AdaSeq Version (e.g., 1.0 or...

question

### What is your question? 问题:模型微调后加载时出错 Question: Error loading inference after model fine-tuning RuntimeError: SequenceLabelingPipeline: SequenceLabelingModel: Error(s) in loading state_dict for SequenceLabelingModel: Missing key(s) in state_dict: "embedder.transformer_model.embeddings.position_ids". ### What have...

question

### Is your feature request related to a problem? 2023-06-08 14:43:53,296 - INFO - modelscope - Checkpoints will be saved to NER/koubei/230608144347.471030 2023-06-08 14:43:53,296 - INFO - adaseq.training.hooks.text_logger_hook - Text...