Commit ·
1b1aafd
1
Parent(s): 593159e
Delete MLmodel
Browse files
MLmodel
DELETED
|
@@ -1,28 +0,0 @@
|
|
| 1 |
-
artifact_path: MetaExtractor
|
| 2 |
-
flavors:
|
| 3 |
-
python_function:
|
| 4 |
-
env:
|
| 5 |
-
conda: conda.yaml
|
| 6 |
-
virtualenv: python_env.yaml
|
| 7 |
-
loader_module: mlflow.transformers
|
| 8 |
-
pipeline: pipeline
|
| 9 |
-
python_version: 3.10.11
|
| 10 |
-
transformers:
|
| 11 |
-
code: null
|
| 12 |
-
components:
|
| 13 |
-
- tokenizer
|
| 14 |
-
framework: pt
|
| 15 |
-
instance_type: TokenClassificationPipeline
|
| 16 |
-
pipeline: pipeline
|
| 17 |
-
pipeline_model_type: RobertaForTokenClassification
|
| 18 |
-
source_model_name: /content/drive/MyDrive/Colab Notebooks/ffossils/roberta-finetune-v3/models/
|
| 19 |
-
task: ner
|
| 20 |
-
tokenizer_type: RobertaTokenizerFast
|
| 21 |
-
transformers_version: 4.29.2
|
| 22 |
-
mlflow_version: 2.3.2
|
| 23 |
-
model_uuid: 3a92ac273adc4fceb829de9c60387524
|
| 24 |
-
run_id: ffa8fa05-0aaa-41ae-8410-d1427b8c7256
|
| 25 |
-
signature:
|
| 26 |
-
inputs: '[{"type": "string"}]'
|
| 27 |
-
outputs: '[{"type": "string"}]'
|
| 28 |
-
utc_time_created: '2023-06-01 18:51:35.839997'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|