初始化项目,由ModelHub XC社区提供模型
Model: Likithp/v11_0.5B_fixed_s42 Source: Original Platform
This commit is contained in:
134
data_alias_vocab.json
Normal file
134
data_alias_vocab.json
Normal file
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"all_inner_aliases": [
|
||||
"act",
|
||||
"cst",
|
||||
"emp",
|
||||
"inv",
|
||||
"ord",
|
||||
"spl",
|
||||
"txn",
|
||||
"brc",
|
||||
"ctg",
|
||||
"dpt",
|
||||
"empl",
|
||||
"ordr",
|
||||
"prd",
|
||||
"prj",
|
||||
"rgn",
|
||||
"shp",
|
||||
"tsk",
|
||||
"whs"
|
||||
],
|
||||
"t1_aliases": [
|
||||
"act",
|
||||
"cst",
|
||||
"emp",
|
||||
"inv",
|
||||
"ord",
|
||||
"spl",
|
||||
"txn"
|
||||
],
|
||||
"t2_aliases": [
|
||||
"brc",
|
||||
"ctg",
|
||||
"dpt",
|
||||
"empl",
|
||||
"ordr",
|
||||
"prd",
|
||||
"prj",
|
||||
"rgn",
|
||||
"shp",
|
||||
"tsk",
|
||||
"whs"
|
||||
],
|
||||
"outer_aliases": [
|
||||
"dept",
|
||||
"emp",
|
||||
"empl",
|
||||
"inv",
|
||||
"mgr",
|
||||
"ord",
|
||||
"prod",
|
||||
"usr"
|
||||
],
|
||||
"table_alias_map": {
|
||||
"personnel_registry": "emp",
|
||||
"sales_registry": "cst",
|
||||
"receivables_log": "inv",
|
||||
"sourcing_list": "spl",
|
||||
"dispatch_queue": "shp",
|
||||
"journal_entries": "txn",
|
||||
"portfolio_index": "act",
|
||||
"sales_queue": "ord",
|
||||
"stock_catalog": "prd",
|
||||
"facility_registry": "brc",
|
||||
"engagement_log": "prj",
|
||||
"area_registry": "rgn",
|
||||
"activity_log": "tsk",
|
||||
"cost_centers": "dpt",
|
||||
"attribute_groups": "ctg",
|
||||
"stocking_sites": "whs",
|
||||
"workforce_data": "empl",
|
||||
"acquisition_log": "ordr"
|
||||
},
|
||||
"alias_to_table": {
|
||||
"emp": "personnel_registry",
|
||||
"cst": "sales_registry",
|
||||
"inv": "receivables_log",
|
||||
"spl": "sourcing_list",
|
||||
"shp": "dispatch_queue",
|
||||
"txn": "journal_entries",
|
||||
"act": "portfolio_index",
|
||||
"ord": "sales_queue",
|
||||
"prd": "stock_catalog",
|
||||
"brc": "facility_registry",
|
||||
"prj": "engagement_log",
|
||||
"rgn": "area_registry",
|
||||
"tsk": "activity_log",
|
||||
"dpt": "cost_centers",
|
||||
"ctg": "attribute_groups",
|
||||
"whs": "stocking_sites",
|
||||
"empl": "workforce_data",
|
||||
"ordr": "acquisition_log"
|
||||
},
|
||||
"alias_fan_out": {
|
||||
"act": 1,
|
||||
"cst": 1,
|
||||
"emp": 1,
|
||||
"inv": 1,
|
||||
"ord": 1,
|
||||
"spl": 1,
|
||||
"txn": 1,
|
||||
"brc": 50,
|
||||
"ctg": 80,
|
||||
"dpt": 70,
|
||||
"empl": 110,
|
||||
"ordr": 95,
|
||||
"prd": 90,
|
||||
"prj": 90,
|
||||
"rgn": 60,
|
||||
"shp": 85,
|
||||
"tsk": 55,
|
||||
"whs": 65
|
||||
},
|
||||
"alias_token_group": {
|
||||
"act": "T1",
|
||||
"cst": "T1",
|
||||
"emp": "T1",
|
||||
"inv": "T1",
|
||||
"ord": "T1",
|
||||
"spl": "T1",
|
||||
"txn": "T1",
|
||||
"brc": "T2",
|
||||
"ctg": "T2",
|
||||
"dpt": "T2",
|
||||
"empl": "T2",
|
||||
"ordr": "T2",
|
||||
"prd": "T2",
|
||||
"prj": "T2",
|
||||
"rgn": "T2",
|
||||
"shp": "T2",
|
||||
"tsk": "T2",
|
||||
"whs": "T2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user