CoolFace
Modelpublic

WebOrganizer/TopicClassifier

sourceHugging Faceupdated 3mo agoView on Hugging Face
17likes4.9kdownloads
config.json97 linesDownload Raw Back to root
1{2  "_name_or_path": "../../delve/ontologies/checkpoints/gte-base-en-v1.5_topic-v3.8_url1",3  "architectures": [4    "NewForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.0,7  "auto_map": {8    "AutoConfig": "configuration.NewConfig",9    "AutoModel": "Alibaba-NLP/new-impl--modeling.NewModel",10    "AutoModelForMaskedLM": "Alibaba-NLP/new-impl--modeling.NewForMaskedLM",11    "AutoModelForMultipleChoice": "Alibaba-NLP/new-impl--modeling.NewForMultipleChoice",12    "AutoModelForQuestionAnswering": "Alibaba-NLP/new-impl--modeling.NewForQuestionAnswering",13    "AutoModelForSequenceClassification": "modeling.NewForSequenceClassification",14    "AutoModelForTokenClassification": "Alibaba-NLP/new-impl--modeling.NewForTokenClassification"15  },16  "classifier_dropout": null,17  "hidden_act": "gelu",18  "hidden_dropout_prob": 0.1,19  "hidden_size": 768,20  "id2label": {21    "0": "Adult",22    "1": "Art & Design",23    "10": "Food & Dining",24    "11": "Games",25    "12": "Health",26    "13": "History",27    "14": "Home & Hobbies",28    "15": "Industrial",29    "16": "Literature",30    "17": "Politics",31    "18": "Religion",32    "19": "Science & Tech.",33    "2": "Software Dev.",34    "20": "Software",35    "21": "Sports & Fitness",36    "22": "Transportation",37    "23": "Travel",38    "3": "Crime & Law",39    "4": "Education & Jobs",40    "5": "Hardware",41    "6": "Entertainment",42    "7": "Social Life",43    "8": "Fashion & Beauty",44    "9": "Finance & Business"45  },46  "initializer_range": 0.02,47  "intermediate_size": 3072,48  "label2id": {49    "Adult": 0,50    "Art & Design": 1,51    "Crime & Law": 3,52    "Education & Jobs": 4,53    "Entertainment": 6,54    "Fashion & Beauty": 8,55    "Finance & Business": 9,56    "Food & Dining": 10,57    "Games": 11,58    "Hardware": 5,59    "Health": 12,60    "History": 13,61    "Home & Hobbies": 14,62    "Industrial": 15,63    "Literature": 16,64    "Politics": 17,65    "Religion": 18,66    "Science & Tech.": 19,67    "Social Life": 7,68    "Software": 20,69    "Software Dev.": 2,70    "Sports & Fitness": 21,71    "Transportation": 22,72    "Travel": 2373  },74  "layer_norm_eps": 1e-12,75  "layer_norm_type": "layer_norm",76  "logn_attention_clip1": false,77  "logn_attention_scale": false,78  "max_position_embeddings": 8192,79  "model_type": "new",80  "num_attention_heads": 12,81  "num_hidden_layers": 12,82  "pack_qkv": true,83  "pad_token_id": 0,84  "position_embedding_type": "rope",85  "rope_scaling": {86    "factor": 2.0,87    "type": "ntk"88  },89  "rope_theta": 500000,90  "torch_dtype": "float32",91  "transformers_version": "4.41.2",92  "type_vocab_size": 0,93  "unpad_inputs": true,94  "use_memory_efficient_attention": true,95  "vocab_size": 3052896}97