Monique Monteiro

Results 5 issues of Monique Monteiro

Hi, Did you implement any way to measure ROC AUC score for NER? If not, why? I'm trying to figure out how to add this metric to the code... Thanks...

When I run the command: run_bert_harem.py" --bert_model C:/bert-base-portuguese-cased --labels_file data/classes-selective.txt --do_train --train_file data/FirstHAREM-selective-train.json --valid_file data/FirstHAREM-selective-dev.json --freeze_bert --pooler sum --no_crf --num_train_epochs 100 --per_gpu_train_batch_size 2 --gradient_accumulation_steps 8 --do_eval --eval_file data/MiniHAREM-selective.json --output_dir output_bert-lstm_selective...

## Description I compiled LIghtGBM from the sources in a MacOS M1 (arm64), Ventura, by using the following commands: ```shell sh ./build-python.sh bdist_wheel cd dist pip install lightgbm-4.2.0.99-py3-none-macosx_13_0_arm64.whl ``` The...

bug
awaiting response

Hi, I'm developing a bug detection system but realized the metrics are slightly random. I noticed that this line is returning different values for a saved model in inference time:...