fsner
fsner copied to clipboard
Few-shot Named Entity Recognition
I confronted with an error when I tried the code you share as an example usage without making any changes.  I believe this problem has simple solution. Can you...
Hello! Your open source project is great and is a great benefit! When I was testing the Chinese dataset, I found that I ran a few epochs and the results...
Hi! I saw some of the other issues. Also, tried the following what you recommended: `W_supports = tokenizer.tokenize(supports).to(device) n = len(supports) for q in query: W_query = tokenizer.tokenize([q]*n).to(device) start_prob, end_prob...
Hello! When can I release the training code please? Thank you!
Hi, thank you so much for this repository! Would you please release the code for training and evaluating the model? I would like to use a different transformer to support...
Can the model only predict one entity from one sentence of query or is it possible to predict multiple entities in the same sentence? I want to classify tokens as...
Very good project! It has benefited me a lot! But how should the FSNER model be trained from scratch? Can you provide the code? So that I can expand to...
When i run the following command : **fsner trainer --pretrained-model fsner-bert-base-uncased --mode xample-batch-ratio 1/3 --max-epochs 25 --device cpu --gpus -1 --strategy ddp** Issue: Repository Not Found for url: https://huggingface.co/fsner-bert-base-uncased/resolve/main/tokenizer_config.json. Please...
Greetings First of all I would like to thank you for this library. I was trying to perform a train but ran out of VRAM as soon as the first...
hello,I processed the dataset and ran it, but kept killing processes. It's a 40GB A30 with dual cards. This is my running command: Python trainer. py -- pre trained model/home/jovyan/work/Pytorch...