Velikaya Scarlet

Results 4 comments of Velikaya Scarlet

still not works, no public link appears

same Evaluating pred/stereoset_m-BertForMaskedLM_c-bert-base-uncased_s-42.json...# my fine tuned model Traceback (most recent call last): File "/content/StereoSet/code/evaluation.py", line 193, in parse_file(args.gold_file, prediction_file) File "/content/StereoSet/code/evaluation.py", line 151, in parse_file score_evaluator = ScoreEvaluator( File "/content/StereoSet/code/evaluation.py",...

已解决 addLabel: function() { let jsonData = JSON.stringify(this.annotator.store.json, null, 2); let list = JSON.parse(jsonData); const newLabelCategory = { id: list.labelCategories.length, text: this.addLabelText, color: this.getRandomColor(), borderColor: this.getRandomColor() }; this.annotator.store.labelCategoryRepo.add(newLabelCategory) this.getCode() },

addLabel: function() { let newID = -1; for (let [_, category] of this.annotator.store.labelCategoryRepo) { newID = category["id"]+1 } const newLabelCategory = { id: newID, text: this.addLabelText, color: this.getRandomColor(), borderColor: this.getRandomColor()...