CoolFace
Modelpublic

ScriptEdgeAI/MarathiSentiment-Bloom-560m

sourceHugging Facecc-by-nc-4.0updated 4y agoView on Hugging Face
5likes33downloads
config.json44 linesDownload Raw Back to root
1{2  "_name_or_path": "bigscience/bloom-560m",3  "apply_residual_connection_post_layernorm": false,4  "architectures": [5    "BloomForSequenceClassification"6  ],7  "attention_dropout": 0.0,8  "attention_softmax_in_fp32": true,9  "bias_dropout_fusion": true,10  "bos_token_id": 1,11  "eos_token_id": 2,12  "hidden_dropout": 0.0,13  "hidden_size": 1024,14  "id2label": {15    "0": "Negative",16    "1": "Positive",17    "2": "Neutral"18  },19  "initializer_range": 0.02,20  "label2id": {21    "Negative": 0,22    "Positive": 1,23    "Neutral": 224  },25  "layer_norm_epsilon": 1e-05,26  "masked_softmax_fusion": true,27  "model_type": "bloom",28  "n_head": 16,29  "n_inner": null,30  "n_layer": 24,31  "offset_alibi": 100,32  "pad_token_id": 3,33  "pretraining_tp": 1,34  "problem_type": "single_label_classification",35  "seq_length": 2048,36  "skip_bias_add": true,37  "skip_bias_add_qkv": false,38  "slow_but_exact": false,39  "torch_dtype": "float32",40  "transformers_version": "4.22.1",41  "unk_token_id": 0,42  "use_cache": true,43  "vocab_size": 25088044}