vlm_clone_2 / llm2vec /test_configs /word-task /ShearedLlama-uni.json
tuandunghcmut's picture
Add files using upload-large-folder tool
e9cd0c7 verified
raw
history blame
550 Bytes
{
"model_name_or_path": "princeton-nlp/Sheared-LLaMA-1.3B",
"cls_addr": "output/word-task/pos_tags/ShearedLlama/uni/checkpoint-3000",
"model_class": "custom",
"bidirectional": false,
"classifier_dropout": 0.1,
"torch_dtype": "bfloat16",
"attn_implementation": "flash_attention_2",
"merge_subwords": true,
"retroactive_labels": "same_token",
"output_dir": "output/word-task/pos_tags/ShearedLlama/uni/results/checkpoint-3000",
"dataset_name": "conll2003",
"task": "pos_tags",
"max_seq_length": 512
}