eliotz commited on
Commit
9b20cf9
1 Parent(s): 8b07fa6

Upload MLmodel

Browse files
Files changed (1) hide show
  1. MLmodel +30 -0
MLmodel ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ artifact_path: intent_model
2
+ flavors:
3
+ python_function:
4
+ artifacts:
5
+ model_path:
6
+ path: artifacts/model
7
+ uri: model
8
+ tokenizer_path:
9
+ path: artifacts/tokenizer
10
+ uri: model/tokenizer
11
+ cloudpickle_version: 3.1.0
12
+ env:
13
+ conda: conda.yaml
14
+ virtualenv: python_env.yaml
15
+ loader_module: mlflow.pyfunc.model
16
+ python_model: python_model.pkl
17
+ python_version: 3.10.15
18
+ mlflow_version: 2.9.2
19
+ model_size_bytes: 1036253488
20
+ model_uuid: 8418c8df1dd041428bf3591d096a8499
21
+ run_id: ebe2ca3ecb634a96bf1ea3f65b2f86b9
22
+ saved_input_example_info:
23
+ artifact_path: input_example.json
24
+ pandas_orient: split
25
+ type: dataframe
26
+ signature:
27
+ inputs: '[{"type": "string", "name": "text"}]'
28
+ outputs: '[{"type": "double", "name": "scores"}, {"type": "string", "name": "predicted_intent"}]'
29
+ params: null
30
+ utc_time_created: '2024-12-01 00:44:01.224565'