Instructions to use WesScivetti/SNACS_Japanese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use WesScivetti/SNACS_Japanese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="WesScivetti/SNACS_Japanese")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("WesScivetti/SNACS_Japanese") model = AutoModelForTokenClassification.from_pretrained("WesScivetti/SNACS_Japanese", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "_name_or_path": "best_models/jp/model", | |
| "architectures": [ | |
| "XLMRobertaForTokenClassification" | |
| ], | |
| "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": 1024, | |
| "id2label": { | |
| "-100": "None", | |
| "1": "O", | |
| "2": "B-p.Characteristic-p.Identity", | |
| "3": "B-p.Agent-p.Topical", | |
| "4": "B-p.Theme-p.Theme", | |
| "5": "B-p.QuantityValue-p.QuantityValue", | |
| "6": "B-p.Recipient-p.Goal", | |
| "7": "B-p.Identity-p.Topical", | |
| "8": "B-p.SocialRel-p.Gestalt", | |
| "9": "B-p.Locus-p.Locus", | |
| "10": "B-p.Characteristic-p.Characteristic", | |
| "11": "B-p.Experiencer-p.Topical", | |
| "12": "B-p.Topic-p.Focus", | |
| "13": "B-p.Beneficiary-p.Gestalt", | |
| "14": "B-p.Theme-p.Topical", | |
| "15": "B-p.Theme-p.Gestalt", | |
| "16": "B-p.Identity-p.Focus", | |
| "17": "B-p.Interval-p.Topical", | |
| "18": "B-p.Topic-p.Goal", | |
| "19": "B-p.Circumstance-p.Topical", | |
| "20": "B-p.Topic-p.Theme", | |
| "21": "B-p.Time-p.Characteristic", | |
| "22": "B-p.Agent-p.Ancillary", | |
| "23": "B-p.Goal-p.Goal", | |
| "24": "B-p.EndTime-p.EndTime", | |
| "25": "B-p.Gestalt-p.Topical", | |
| "26": "B-p.Experiencer-p.Ancillary", | |
| "27": "B-p.Focus-p.Focus", | |
| "28": "B-p.Whole-p.Whole", | |
| "29": "B-p.Beneficiary-p.Locus", | |
| "30": "B-p.Topical-p.Topical", | |
| "31": "B-p.Theme-p.Focus", | |
| "32": "B-p.Manner-p.Manner", | |
| "33": "B-p.Explanation-p.Explanation", | |
| "34": "B-p.Gestalt-p.Gestalt", | |
| "35": "B-p.QuantityValue-p.Focus", | |
| "36": "B-p.Locus-p.Gestalt", | |
| "37": "B-p.Agent-p.Agent", | |
| "38": "B-p.Instrument-p.Instrument", | |
| "39": "B-p.ComparisonRef-p.ComparisonRef", | |
| "40": "B-p.Experiencer-p.Theme", | |
| "41": "B-p.Content-p.Quote", | |
| "42": "B-p.Topic-p.Topic", | |
| "43": "B-p.Beneficiary-p.Goal", | |
| "44": "B-p.Force-p.Force", | |
| "45": "B-p.Stimulus-p.Theme", | |
| "46": "B-p.Time-p.Goal", | |
| "47": "B-p.Originator-p.Gestalt", | |
| "48": "B-p.ComparisonRef-p.Goal", | |
| "49": "B-p.Explanation-p.Gestalt", | |
| "50": "B-p.StartTime-p.StartTime", | |
| "51": "B-p.Theme-p.Goal", | |
| "52": "B-p.Ensemble-p.Ensemble", | |
| "53": "B-p.Originator-p.Topical", | |
| "54": "B-p.Topical-p.Quote", | |
| "55": "B-p.Source-p.Source", | |
| "56": "B-p.PartPortion-p.PartPortion", | |
| "57": "B-p.Approximator-p.Approximator", | |
| "58": "B-p.Originator-p.Agent", | |
| "59": "B-p.Stimulus-p.Focus", | |
| "60": "B-p.Gestalt-p.Focus", | |
| "61": "B-p.Possessor-p.Possessor", | |
| "62": "B-p.Manner-p.Quote", | |
| "63": "B-p.Experiencer-p.Experiencer", | |
| "64": "B-p.Theme-p.Ancillary", | |
| "65": "B-p.Explanation-p.Source", | |
| "66": "B-p.SetIteration-p.SetIteration", | |
| "67": "B-p.Purpose-p.Purpose", | |
| "68": "B-p.Experiencer-p.Agent", | |
| "69": "B-p.Circumstance-p.Goal", | |
| "70": "B-p.Time-p.Time", | |
| "71": "B-p.Agent-p.Focus", | |
| "72": "B-p.Originator-p.Possessor", | |
| "73": "B-p.Circumstance-p.Circumstance", | |
| "74": "B-p.Stimulus-p.Topical", | |
| "75": "B-p.Experiencer-p.Gestalt", | |
| "76": "B-p.Experiencer-p.Topic", | |
| "77": "B-p.Direction-p.Direction", | |
| "78": "B-p.PartPortion-p.Gestalt", | |
| "79": "B-p.Circumstance-p.Locus", | |
| "80": "B-p.Identity-p.Quote", | |
| "81": "B-p.Interval-p.Time", | |
| "82": "B-p.Org-p.Gestalt", | |
| "83": "B-p.Explanation-p.Circumstance", | |
| "84": "B-p.Time-p.Gestalt", | |
| "85": "B-p.Possession-p.Instrument", | |
| "86": "B-p.Time-p.Topical", | |
| "87": "B-p.Topic-p.Topical", | |
| "88": "B-p.Content-p.Topical", | |
| "89": "B-p.Means-p.Means", | |
| "90": "B-p.Extent-p.Extent", | |
| "91": "B-p.Gestalt-p.Locus", | |
| "92": "B-p.QuantityItem-p.QuantityItem", | |
| "93": "B-p.Identity-p.Goal", | |
| "94": "B-p.Experiencer-p.Goal", | |
| "95": "B-p.Identity-p.Identity", | |
| "96": "B-p.Gestalt-p.Theme", | |
| "97": "B-p.Purpose-p.Quote", | |
| "98": "B-p.Time-p.Focus", | |
| "99": "B-p.Locus-p.Focus", | |
| "100": "B-p.Purpose-p.Goal", | |
| "101": "B-p.Source-p.Theme", | |
| "102": "B-p.OrgMember-p.Stuff", | |
| "103": "B-p.Agent-p.Goal", | |
| "104": "B-p.OrgMember-p.Gestalt", | |
| "105": "B-p.Instrument-p.Goal", | |
| "106": "B-p.Interval-p.Manner", | |
| "107": "B-p.Stimulus-p.Goal", | |
| "108": "B-p.Topic-p.Identity", | |
| "109": "B-p.Duration-p.Duration", | |
| "110": "B-p.Frequency-p.Focus", | |
| "111": "B-p.Ancillary-p.Ancillary", | |
| "112": "B-p.Characteristic-p.Goal", | |
| "113": "B-p.Circumstance-p.EndTime", | |
| "114": "B-p.Duration-p.Focus", | |
| "115": "B-p.Purpose-p.Gestalt", | |
| "116": "B-p.Causer-p.Topical", | |
| "117": "B-p.Stuff-p.Stuff", | |
| "118": "B-p.Force-p.Topical", | |
| "119": "B-p.Source-p.Gestalt", | |
| "120": "B-p.Beneficiary-p.Beneficiary", | |
| "121": "B-p.Topic-p.Quote", | |
| "122": "B-p.Possessor-p.Locus", | |
| "123": "B-p.Cost-p.Cost", | |
| "124": "B-p.Originator-p.Source", | |
| "125": "I-p.Ancillary-p.Ancillary", | |
| "126": "I-p.Source-p.Source", | |
| "127": "B-p.OrgMember-p.Possessor", | |
| "128": "B-p.Cost-p.Locus", | |
| "129": "B-p.QuantityItem-p.Whole", | |
| "130": "B-p.Whole-p.Gestalt", | |
| "131": "I-p.PartPortion-p.PartPortion", | |
| "132": "B-p.Locus-p.Direction", | |
| "133": "B-p.Instrument-p.Path", | |
| "134": "I-p.Instrument-p.Path", | |
| "135": "B-p.QuantityItem-p.Gestalt", | |
| "136": "B-p.Species-p.Species", | |
| "137": "B-p.Org-p.Ancillary", | |
| "138": "B-p.Agent-p.Gestalt", | |
| "139": "B-p.SocialRel-p.Ancillary", | |
| "140": "B-p.Path-p.Path", | |
| "141": "I-p.Locus-p.Locus", | |
| "142": "B-p.Manner-p.Locus", | |
| "143": "I-p.Manner-p.Locus", | |
| "144": "B-p.Theme-p.Purpose", | |
| "145": "B-p.Goal-p.Locus", | |
| "146": "I-p.Extent-p.Extent", | |
| "147": "B-p.Org-p.Beneficiary", | |
| "148": "B-p.Stimulus-p.Topic", | |
| "149": "B-p.Recipient-p.Ancillary", | |
| "150": "B-p.Beneficiary-p.Possessor", | |
| "151": "I-p.ComparisonRef-p.ComparisonRef", | |
| "152": "B-p.Cost-p.Extent", | |
| "153": "I-p.Goal-p.Goal", | |
| "154": "B-p.Manner-p.Source", | |
| "155": "I-p.Manner-p.Source", | |
| "156": "B-p.Characteristic-p.Source", | |
| "157": "I-p.Characteristic-p.Source", | |
| "158": "B-p.Locus-p.Path", | |
| "159": "I-p.Topic-p.Topic", | |
| "160": "B-p.Manner-p.ComparisonRef", | |
| "161": "B-p.Extent-p.Whole", | |
| "162": "I-p.Extent-p.Whole", | |
| "163": "B-p.Experiencer-p.Beneficiary", | |
| "164": "B-p.Theme-p.ComparisonRef", | |
| "165": "I-p.Time-p.Time", | |
| "166": "B-p.Interval-p.Interval", | |
| "167": "B-p.Time-p.Whole", | |
| "168": "I-p.Circumstance-p.Circumstance", | |
| "169": "B-p.Stimulus-p.Beneficiary", | |
| "170": "B-p.Time-p.Interval", | |
| "171": "B-p.Characteristic-p.Locus", | |
| "172": "B-p.Characteristic-p.Extent", | |
| "173": "B-p.PartPortion-p.ComparisonRef", | |
| "174": "B-p.Agent-p.Source", | |
| "175": "B-p.PartPortion-p.Source", | |
| "176": "I-p.Characteristic-p.Locus", | |
| "177": "B-p.Org-p.Locus", | |
| "178": "B-p.Locus-p.Source", | |
| "179": "I-p.Locus-p.Source", | |
| "180": "B-p.Duration-p.Extent", | |
| "181": "B-p.Possession-p.PartPortion", | |
| "182": "B-p.Possession-p.Theme", | |
| "183": "B-p.Whole-p.Locus", | |
| "184": "B-p.Direction-p.Goal", | |
| "185": "B-p.Theme-p.Instrument", | |
| "186": "B-p.Stimulus-p.Force", | |
| "187": "I-p.Purpose-p.Purpose", | |
| "188": "B-p.Beneficiary-p.Theme", | |
| "189": "I-p.Characteristic-p.Goal", | |
| "190": "I-p.Direction-p.Direction", | |
| "191": "B-p.Explanation-p.Time", | |
| "192": "B-p.Recipient-p.Gestalt", | |
| "193": "B-p.Instrument-p.Manner", | |
| "194": "B-p.Possession-p.Ancillary", | |
| "195": "B-p.Ensemble-p.Ancillary", | |
| "196": "I-p.Cost-p.Locus", | |
| "197": "I-p.Circumstance-p.Locus", | |
| "198": "B-p.Whole-p.Source", | |
| "199": "B-p.Stimulus-p.Explanation", | |
| "200": "B-p.Path-p.Locus", | |
| "201": "B-p.Stimulus-p.Direction", | |
| "202": "I-p.Explanation-p.Explanation", | |
| "203": "I-p.Approximator-p.Approximator", | |
| "204": "B-p.ComparisonRef-p.Purpose", | |
| "205": "B-p.ComparisonRef-p.Locus", | |
| "206": "I-p.QuantityItem-p.Whole", | |
| "207": "I-p.Manner-p.Manner", | |
| "208": "B-p.Identity-p.ComparisonRef", | |
| "209": "I-p.Goal-p.Locus", | |
| "210": "B-p.QuantityItem-p.Stuff", | |
| "211": "B-p.Approximator-p.Extent", | |
| "212": "B-p.Extent-p.Identity", | |
| "213": "B-p.Recipient-p.Direction", | |
| "214": "B-p.Theme-p.Source", | |
| "215": "I-p.Org-p.Locus", | |
| "216": "B-p.Possessor-p.Ancillary", | |
| "217": "B-p.OrgMember-p.PartPortion", | |
| "218": "B-p.Frequency-p.Extent", | |
| "219": "B-p.Beneficiary-p.Direction", | |
| "220": "B-p.Characteristic-p.Stuff", | |
| "221": "B-p.Manner-p.Extent", | |
| "222": "I-p.Cost-p.Cost", | |
| "223": "B-p.Theme-p.Whole", | |
| "224": "B-p.Frequency-p.Frequency", | |
| "225": "B-p.Purpose-p.Locus", | |
| "226": "B-p.Locus-p.Goal", | |
| "227": "B-p.Force-p.Gestalt", | |
| "228": "B-p.Characteristic-p.Ancillary", | |
| "229": "B-p.ComparisonRef-p.Source", | |
| "230": "B-p.Org-p.Instrument", | |
| "231": "B-p.Theme-p.Characteristic", | |
| "232": "B-p.Characteristic-p.Topic", | |
| "233": "I-p.Characteristic-p.Topic", | |
| "234": "B-p.Locus-p.Whole", | |
| "235": "B-p.Theme-p.Locus", | |
| "236": "B-p.Frequency-p.Manner", | |
| "237": "I-p.Frequency-p.Manner", | |
| "238": "I-p.Ensemble-p.Ancillary", | |
| "239": "B-p.Locus-p.Ancillary", | |
| "240": "B-p.Org-p.Goal", | |
| "241": "B-p.ComparisonRef-p.Beneficiary", | |
| "242": "B-p.Possession-p.Locus", | |
| "243": "B-p.PartPortion-p.Goal", | |
| "244": "B-p.ComparisonRef-p.Ancillary", | |
| "245": "I-p.Duration-p.Duration", | |
| "246": "B-p.Manner-p.Stuff", | |
| "247": "B-p.Path-p.Goal", | |
| "248": "I-p.Manner-p.ComparisonRef", | |
| "249": "B-p.Circumstance-p.Path", | |
| "250": "B-p.Gestalt-p.Source", | |
| "251": "B-p.Agent-p.Locus", | |
| "252": "B-p.Stimulus-p.Source", | |
| "253": "B-p.Org-p.Whole", | |
| "254": "I-p.Locus-p.Direction", | |
| "255": "B-p.Org-p.Source", | |
| "256": "B-p.Time-p.Extent", | |
| "257": "B-p.Time-p.Duration", | |
| "258": "B-p.Time-p.Direction", | |
| "259": "B-p.Force-p.Source", | |
| "260": "B-p.Gestalt-p.Topic", | |
| "261": "I-p.Whole-p.Whole", | |
| "262": "B-p.Cost-p.Manner", | |
| "263": "B-p.SocialRel-p.Source", | |
| "264": "B-p.Means-p.Path", | |
| "265": "B-p.Originator-p.Instrument", | |
| "266": "B-p.PartPortion-p.Instrument", | |
| "267": "B-p.Possession-p.Possession", | |
| "268": "I-p.Possession-p.Possession", | |
| "269": "B-p.Agent-p.Beneficiary", | |
| "270": "B-p.Instrument-p.Locus", | |
| "271": "B-p.Instrument-p.Theme", | |
| "272": "B-p.Duration-p.Gestalt", | |
| "273": "I-p.Path-p.Path", | |
| "274": "B-p.Gestalt-p.Purpose", | |
| "275": "B-p.Goal-p.Whole", | |
| "276": "B-p.Whole-p.Circumstance", | |
| "277": "B-p.Explanation-p.Manner", | |
| "278": "I-p.Explanation-p.Manner", | |
| "279": "I-p.Time-p.Interval", | |
| "280": "B-p.Time-p.StartTime", | |
| "281": "B-p.Path-p.Theme", | |
| "282": "B-p.SocialRel-p.Locus", | |
| "283": "B-p.Source-p.Characteristic", | |
| "284": "B-p.Identity-p.Theme", | |
| "285": "B-p.Topic-p.Locus", | |
| "286": "B-p.Experiencer-p.Possessor", | |
| "287": "B-p.Focus-p.Quote" | |
| }, | |
| "initializer_range": 0.02, | |
| "intermediate_size": 4096, | |
| "label2id": { | |
| "B-p.Agent-p.Agent": 37, | |
| "B-p.Agent-p.Ancillary": 22, | |
| "B-p.Agent-p.Beneficiary": 269, | |
| "B-p.Agent-p.Focus": 71, | |
| "B-p.Agent-p.Gestalt": 138, | |
| "B-p.Agent-p.Goal": 103, | |
| "B-p.Agent-p.Locus": 251, | |
| "B-p.Agent-p.Source": 174, | |
| "B-p.Agent-p.Topical": 3, | |
| "B-p.Ancillary-p.Ancillary": 111, | |
| "B-p.Approximator-p.Approximator": 57, | |
| "B-p.Approximator-p.Extent": 211, | |
| "B-p.Beneficiary-p.Beneficiary": 120, | |
| "B-p.Beneficiary-p.Direction": 219, | |
| "B-p.Beneficiary-p.Gestalt": 13, | |
| "B-p.Beneficiary-p.Goal": 43, | |
| "B-p.Beneficiary-p.Locus": 29, | |
| "B-p.Beneficiary-p.Possessor": 150, | |
| "B-p.Beneficiary-p.Theme": 188, | |
| "B-p.Causer-p.Topical": 116, | |
| "B-p.Characteristic-p.Ancillary": 228, | |
| "B-p.Characteristic-p.Characteristic": 10, | |
| "B-p.Characteristic-p.Extent": 172, | |
| "B-p.Characteristic-p.Goal": 112, | |
| "B-p.Characteristic-p.Identity": 2, | |
| "B-p.Characteristic-p.Locus": 171, | |
| "B-p.Characteristic-p.Source": 156, | |
| "B-p.Characteristic-p.Stuff": 220, | |
| "B-p.Characteristic-p.Topic": 232, | |
| "B-p.Circumstance-p.Circumstance": 73, | |
| "B-p.Circumstance-p.EndTime": 113, | |
| "B-p.Circumstance-p.Goal": 69, | |
| "B-p.Circumstance-p.Locus": 79, | |
| "B-p.Circumstance-p.Path": 249, | |
| "B-p.Circumstance-p.Topical": 19, | |
| "B-p.ComparisonRef-p.Ancillary": 244, | |
| "B-p.ComparisonRef-p.Beneficiary": 241, | |
| "B-p.ComparisonRef-p.ComparisonRef": 39, | |
| "B-p.ComparisonRef-p.Goal": 48, | |
| "B-p.ComparisonRef-p.Locus": 205, | |
| "B-p.ComparisonRef-p.Purpose": 204, | |
| "B-p.ComparisonRef-p.Source": 229, | |
| "B-p.Content-p.Quote": 41, | |
| "B-p.Content-p.Topical": 88, | |
| "B-p.Cost-p.Cost": 123, | |
| "B-p.Cost-p.Extent": 152, | |
| "B-p.Cost-p.Locus": 128, | |
| "B-p.Cost-p.Manner": 262, | |
| "B-p.Direction-p.Direction": 77, | |
| "B-p.Direction-p.Goal": 184, | |
| "B-p.Duration-p.Duration": 109, | |
| "B-p.Duration-p.Extent": 180, | |
| "B-p.Duration-p.Focus": 114, | |
| "B-p.Duration-p.Gestalt": 272, | |
| "B-p.EndTime-p.EndTime": 24, | |
| "B-p.Ensemble-p.Ancillary": 195, | |
| "B-p.Ensemble-p.Ensemble": 52, | |
| "B-p.Experiencer-p.Agent": 68, | |
| "B-p.Experiencer-p.Ancillary": 26, | |
| "B-p.Experiencer-p.Beneficiary": 163, | |
| "B-p.Experiencer-p.Experiencer": 63, | |
| "B-p.Experiencer-p.Gestalt": 75, | |
| "B-p.Experiencer-p.Goal": 94, | |
| "B-p.Experiencer-p.Possessor": 286, | |
| "B-p.Experiencer-p.Theme": 40, | |
| "B-p.Experiencer-p.Topic": 76, | |
| "B-p.Experiencer-p.Topical": 11, | |
| "B-p.Explanation-p.Circumstance": 83, | |
| "B-p.Explanation-p.Explanation": 33, | |
| "B-p.Explanation-p.Gestalt": 49, | |
| "B-p.Explanation-p.Manner": 277, | |
| "B-p.Explanation-p.Source": 65, | |
| "B-p.Explanation-p.Time": 191, | |
| "B-p.Extent-p.Extent": 90, | |
| "B-p.Extent-p.Identity": 212, | |
| "B-p.Extent-p.Whole": 161, | |
| "B-p.Focus-p.Focus": 27, | |
| "B-p.Focus-p.Quote": 287, | |
| "B-p.Force-p.Force": 44, | |
| "B-p.Force-p.Gestalt": 227, | |
| "B-p.Force-p.Source": 259, | |
| "B-p.Force-p.Topical": 118, | |
| "B-p.Frequency-p.Extent": 218, | |
| "B-p.Frequency-p.Focus": 110, | |
| "B-p.Frequency-p.Frequency": 224, | |
| "B-p.Frequency-p.Manner": 236, | |
| "B-p.Gestalt-p.Focus": 60, | |
| "B-p.Gestalt-p.Gestalt": 34, | |
| "B-p.Gestalt-p.Locus": 91, | |
| "B-p.Gestalt-p.Purpose": 274, | |
| "B-p.Gestalt-p.Source": 250, | |
| "B-p.Gestalt-p.Theme": 96, | |
| "B-p.Gestalt-p.Topic": 260, | |
| "B-p.Gestalt-p.Topical": 25, | |
| "B-p.Goal-p.Goal": 23, | |
| "B-p.Goal-p.Locus": 145, | |
| "B-p.Goal-p.Whole": 275, | |
| "B-p.Identity-p.ComparisonRef": 208, | |
| "B-p.Identity-p.Focus": 16, | |
| "B-p.Identity-p.Goal": 93, | |
| "B-p.Identity-p.Identity": 95, | |
| "B-p.Identity-p.Quote": 80, | |
| "B-p.Identity-p.Theme": 284, | |
| "B-p.Identity-p.Topical": 7, | |
| "B-p.Instrument-p.Goal": 105, | |
| "B-p.Instrument-p.Instrument": 38, | |
| "B-p.Instrument-p.Locus": 270, | |
| "B-p.Instrument-p.Manner": 193, | |
| "B-p.Instrument-p.Path": 133, | |
| "B-p.Instrument-p.Theme": 271, | |
| "B-p.Interval-p.Interval": 166, | |
| "B-p.Interval-p.Manner": 106, | |
| "B-p.Interval-p.Time": 81, | |
| "B-p.Interval-p.Topical": 17, | |
| "B-p.Locus-p.Ancillary": 239, | |
| "B-p.Locus-p.Direction": 132, | |
| "B-p.Locus-p.Focus": 99, | |
| "B-p.Locus-p.Gestalt": 36, | |
| "B-p.Locus-p.Goal": 226, | |
| "B-p.Locus-p.Locus": 9, | |
| "B-p.Locus-p.Path": 158, | |
| "B-p.Locus-p.Source": 178, | |
| "B-p.Locus-p.Whole": 234, | |
| "B-p.Manner-p.ComparisonRef": 160, | |
| "B-p.Manner-p.Extent": 221, | |
| "B-p.Manner-p.Locus": 142, | |
| "B-p.Manner-p.Manner": 32, | |
| "B-p.Manner-p.Quote": 62, | |
| "B-p.Manner-p.Source": 154, | |
| "B-p.Manner-p.Stuff": 246, | |
| "B-p.Means-p.Means": 89, | |
| "B-p.Means-p.Path": 264, | |
| "B-p.Org-p.Ancillary": 137, | |
| "B-p.Org-p.Beneficiary": 147, | |
| "B-p.Org-p.Gestalt": 82, | |
| "B-p.Org-p.Goal": 240, | |
| "B-p.Org-p.Instrument": 230, | |
| "B-p.Org-p.Locus": 177, | |
| "B-p.Org-p.Source": 255, | |
| "B-p.Org-p.Whole": 253, | |
| "B-p.OrgMember-p.Gestalt": 104, | |
| "B-p.OrgMember-p.PartPortion": 217, | |
| "B-p.OrgMember-p.Possessor": 127, | |
| "B-p.OrgMember-p.Stuff": 102, | |
| "B-p.Originator-p.Agent": 58, | |
| "B-p.Originator-p.Gestalt": 47, | |
| "B-p.Originator-p.Instrument": 265, | |
| "B-p.Originator-p.Possessor": 72, | |
| "B-p.Originator-p.Source": 124, | |
| "B-p.Originator-p.Topical": 53, | |
| "B-p.PartPortion-p.ComparisonRef": 173, | |
| "B-p.PartPortion-p.Gestalt": 78, | |
| "B-p.PartPortion-p.Goal": 243, | |
| "B-p.PartPortion-p.Instrument": 266, | |
| "B-p.PartPortion-p.PartPortion": 56, | |
| "B-p.PartPortion-p.Source": 175, | |
| "B-p.Path-p.Goal": 247, | |
| "B-p.Path-p.Locus": 200, | |
| "B-p.Path-p.Path": 140, | |
| "B-p.Path-p.Theme": 281, | |
| "B-p.Possession-p.Ancillary": 194, | |
| "B-p.Possession-p.Instrument": 85, | |
| "B-p.Possession-p.Locus": 242, | |
| "B-p.Possession-p.PartPortion": 181, | |
| "B-p.Possession-p.Possession": 267, | |
| "B-p.Possession-p.Theme": 182, | |
| "B-p.Possessor-p.Ancillary": 216, | |
| "B-p.Possessor-p.Locus": 122, | |
| "B-p.Possessor-p.Possessor": 61, | |
| "B-p.Purpose-p.Gestalt": 115, | |
| "B-p.Purpose-p.Goal": 100, | |
| "B-p.Purpose-p.Locus": 225, | |
| "B-p.Purpose-p.Purpose": 67, | |
| "B-p.Purpose-p.Quote": 97, | |
| "B-p.QuantityItem-p.Gestalt": 135, | |
| "B-p.QuantityItem-p.QuantityItem": 92, | |
| "B-p.QuantityItem-p.Stuff": 210, | |
| "B-p.QuantityItem-p.Whole": 129, | |
| "B-p.QuantityValue-p.Focus": 35, | |
| "B-p.QuantityValue-p.QuantityValue": 5, | |
| "B-p.Recipient-p.Ancillary": 149, | |
| "B-p.Recipient-p.Direction": 213, | |
| "B-p.Recipient-p.Gestalt": 192, | |
| "B-p.Recipient-p.Goal": 6, | |
| "B-p.SetIteration-p.SetIteration": 66, | |
| "B-p.SocialRel-p.Ancillary": 139, | |
| "B-p.SocialRel-p.Gestalt": 8, | |
| "B-p.SocialRel-p.Locus": 282, | |
| "B-p.SocialRel-p.Source": 263, | |
| "B-p.Source-p.Characteristic": 283, | |
| "B-p.Source-p.Gestalt": 119, | |
| "B-p.Source-p.Source": 55, | |
| "B-p.Source-p.Theme": 101, | |
| "B-p.Species-p.Species": 136, | |
| "B-p.StartTime-p.StartTime": 50, | |
| "B-p.Stimulus-p.Beneficiary": 169, | |
| "B-p.Stimulus-p.Direction": 201, | |
| "B-p.Stimulus-p.Explanation": 199, | |
| "B-p.Stimulus-p.Focus": 59, | |
| "B-p.Stimulus-p.Force": 186, | |
| "B-p.Stimulus-p.Goal": 107, | |
| "B-p.Stimulus-p.Source": 252, | |
| "B-p.Stimulus-p.Theme": 45, | |
| "B-p.Stimulus-p.Topic": 148, | |
| "B-p.Stimulus-p.Topical": 74, | |
| "B-p.Stuff-p.Stuff": 117, | |
| "B-p.Theme-p.Ancillary": 64, | |
| "B-p.Theme-p.Characteristic": 231, | |
| "B-p.Theme-p.ComparisonRef": 164, | |
| "B-p.Theme-p.Focus": 31, | |
| "B-p.Theme-p.Gestalt": 15, | |
| "B-p.Theme-p.Goal": 51, | |
| "B-p.Theme-p.Instrument": 185, | |
| "B-p.Theme-p.Locus": 235, | |
| "B-p.Theme-p.Purpose": 144, | |
| "B-p.Theme-p.Source": 214, | |
| "B-p.Theme-p.Theme": 4, | |
| "B-p.Theme-p.Topical": 14, | |
| "B-p.Theme-p.Whole": 223, | |
| "B-p.Time-p.Characteristic": 21, | |
| "B-p.Time-p.Direction": 258, | |
| "B-p.Time-p.Duration": 257, | |
| "B-p.Time-p.Extent": 256, | |
| "B-p.Time-p.Focus": 98, | |
| "B-p.Time-p.Gestalt": 84, | |
| "B-p.Time-p.Goal": 46, | |
| "B-p.Time-p.Interval": 170, | |
| "B-p.Time-p.StartTime": 280, | |
| "B-p.Time-p.Time": 70, | |
| "B-p.Time-p.Topical": 86, | |
| "B-p.Time-p.Whole": 167, | |
| "B-p.Topic-p.Focus": 12, | |
| "B-p.Topic-p.Goal": 18, | |
| "B-p.Topic-p.Identity": 108, | |
| "B-p.Topic-p.Locus": 285, | |
| "B-p.Topic-p.Quote": 121, | |
| "B-p.Topic-p.Theme": 20, | |
| "B-p.Topic-p.Topic": 42, | |
| "B-p.Topic-p.Topical": 87, | |
| "B-p.Topical-p.Quote": 54, | |
| "B-p.Topical-p.Topical": 30, | |
| "B-p.Whole-p.Circumstance": 276, | |
| "B-p.Whole-p.Gestalt": 130, | |
| "B-p.Whole-p.Locus": 183, | |
| "B-p.Whole-p.Source": 198, | |
| "B-p.Whole-p.Whole": 28, | |
| "I-p.Ancillary-p.Ancillary": 125, | |
| "I-p.Approximator-p.Approximator": 203, | |
| "I-p.Characteristic-p.Goal": 189, | |
| "I-p.Characteristic-p.Locus": 176, | |
| "I-p.Characteristic-p.Source": 157, | |
| "I-p.Characteristic-p.Topic": 233, | |
| "I-p.Circumstance-p.Circumstance": 168, | |
| "I-p.Circumstance-p.Locus": 197, | |
| "I-p.ComparisonRef-p.ComparisonRef": 151, | |
| "I-p.Cost-p.Cost": 222, | |
| "I-p.Cost-p.Locus": 196, | |
| "I-p.Direction-p.Direction": 190, | |
| "I-p.Duration-p.Duration": 245, | |
| "I-p.Ensemble-p.Ancillary": 238, | |
| "I-p.Explanation-p.Explanation": 202, | |
| "I-p.Explanation-p.Manner": 278, | |
| "I-p.Extent-p.Extent": 146, | |
| "I-p.Extent-p.Whole": 162, | |
| "I-p.Frequency-p.Manner": 237, | |
| "I-p.Goal-p.Goal": 153, | |
| "I-p.Goal-p.Locus": 209, | |
| "I-p.Instrument-p.Path": 134, | |
| "I-p.Locus-p.Direction": 254, | |
| "I-p.Locus-p.Locus": 141, | |
| "I-p.Locus-p.Source": 179, | |
| "I-p.Manner-p.ComparisonRef": 248, | |
| "I-p.Manner-p.Locus": 143, | |
| "I-p.Manner-p.Manner": 207, | |
| "I-p.Manner-p.Source": 155, | |
| "I-p.Org-p.Locus": 215, | |
| "I-p.PartPortion-p.PartPortion": 131, | |
| "I-p.Path-p.Path": 273, | |
| "I-p.Possession-p.Possession": 268, | |
| "I-p.Purpose-p.Purpose": 187, | |
| "I-p.QuantityItem-p.Whole": 206, | |
| "I-p.Source-p.Source": 126, | |
| "I-p.Time-p.Interval": 279, | |
| "I-p.Time-p.Time": 165, | |
| "I-p.Topic-p.Topic": 159, | |
| "I-p.Whole-p.Whole": 261, | |
| "None": -100, | |
| "O": 1 | |
| }, | |
| "layer_norm_eps": 1e-05, | |
| "max_position_embeddings": 514, | |
| "model_type": "xlm-roberta", | |
| "num_attention_heads": 16, | |
| "num_hidden_layers": 24, | |
| "output_past": true, | |
| "pad_token_id": 1, | |
| "position_embedding_type": "absolute", | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.47.1", | |
| "type_vocab_size": 1, | |
| "use_cache": true, | |
| "vocab_size": 250002 | |
| } | |