cta-model-roberta / config.json
amalnuaimi's picture
Training in progress, step 500
078dce8
{
"_name_or_path": "roberta-base",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "Book/description",
"1": "Book/name",
"2": "BookFormatType",
"3": "Boolean",
"4": "Brand",
"5": "CategoryCode",
"6": "CoordinateAT",
"7": "Country",
"8": "CreativeWork",
"9": "CreativeWork/name",
"10": "CreativeWorkSeries",
"11": "Date",
"12": "DateTime",
"13": "DayOfWeek",
"14": "DeliveryMethod",
"15": "Distance",
"16": "Duration",
"17": "EducationalOccupationalCredential",
"18": "Energy",
"19": "Event/description",
"20": "Event/name",
"21": "EventAttendanceModeEnumeration",
"22": "EventStatusType",
"23": "GenderType",
"24": "Hotel/description",
"25": "Hotel/name",
"26": "IdentifierAT",
"27": "ItemAvailability",
"28": "ItemList",
"29": "JobPosting/description",
"30": "JobPosting/name",
"31": "Language",
"32": "LocalBusiness/name",
"33": "LocationFeatureSpecification",
"34": "Mass",
"35": "MonetaryAmount",
"36": "Movie/description",
"37": "Movie/name",
"38": "Museum/name",
"39": "MusicAlbum/name",
"40": "MusicArtistAT",
"41": "MusicRecording/name",
"42": "Number",
"43": "OccupationalExperienceRequirements",
"44": "OfferItemCondition",
"45": "Organization",
"46": "Person/name",
"47": "Photograph",
"48": "Place/name",
"49": "PostalAddress",
"50": "Product/description",
"51": "Product/name",
"52": "ProductModel",
"53": "QuantitativeValue",
"54": "Rating",
"55": "Recipe/description",
"56": "Recipe/name",
"57": "Restaurant/name",
"58": "RestrictedDiet",
"59": "Review",
"60": "SportsEvent/name",
"61": "SportsTeam",
"62": "TVEpisode/name",
"63": "Time",
"64": "URL",
"65": "addressLocality",
"66": "addressRegion",
"67": "category",
"68": "currency",
"69": "email",
"70": "faxNumber",
"71": "openingHours",
"72": "paymentAccepted",
"73": "postalCode",
"74": "price",
"75": "priceRange",
"76": "streetAddress",
"77": "telephone",
"78": "unitCode",
"79": "unitText",
"80": "weight",
"81": "workHours"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Book/description": 0,
"Book/name": 1,
"BookFormatType": 2,
"Boolean": 3,
"Brand": 4,
"CategoryCode": 5,
"CoordinateAT": 6,
"Country": 7,
"CreativeWork": 8,
"CreativeWork/name": 9,
"CreativeWorkSeries": 10,
"Date": 11,
"DateTime": 12,
"DayOfWeek": 13,
"DeliveryMethod": 14,
"Distance": 15,
"Duration": 16,
"EducationalOccupationalCredential": 17,
"Energy": 18,
"Event/description": 19,
"Event/name": 20,
"EventAttendanceModeEnumeration": 21,
"EventStatusType": 22,
"GenderType": 23,
"Hotel/description": 24,
"Hotel/name": 25,
"IdentifierAT": 26,
"ItemAvailability": 27,
"ItemList": 28,
"JobPosting/description": 29,
"JobPosting/name": 30,
"Language": 31,
"LocalBusiness/name": 32,
"LocationFeatureSpecification": 33,
"Mass": 34,
"MonetaryAmount": 35,
"Movie/description": 36,
"Movie/name": 37,
"Museum/name": 38,
"MusicAlbum/name": 39,
"MusicArtistAT": 40,
"MusicRecording/name": 41,
"Number": 42,
"OccupationalExperienceRequirements": 43,
"OfferItemCondition": 44,
"Organization": 45,
"Person/name": 46,
"Photograph": 47,
"Place/name": 48,
"PostalAddress": 49,
"Product/description": 50,
"Product/name": 51,
"ProductModel": 52,
"QuantitativeValue": 53,
"Rating": 54,
"Recipe/description": 55,
"Recipe/name": 56,
"Restaurant/name": 57,
"RestrictedDiet": 58,
"Review": 59,
"SportsEvent/name": 60,
"SportsTeam": 61,
"TVEpisode/name": 62,
"Time": 63,
"URL": 64,
"addressLocality": 65,
"addressRegion": 66,
"category": 67,
"currency": 68,
"email": 69,
"faxNumber": 70,
"openingHours": 71,
"paymentAccepted": 72,
"postalCode": 73,
"price": 74,
"priceRange": 75,
"streetAddress": 76,
"telephone": 77,
"unitCode": 78,
"unitText": 79,
"weight": 80,
"workHours": 81
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.35.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}