NobodyExistsOnTheInternet commited on
Commit
8e2788a
1 Parent(s): a2f1254

Delete MLmodel

Browse files
Files changed (1) hide show
  1. MLmodel +0 -24
MLmodel DELETED
@@ -1,24 +0,0 @@
1
- flavors:
2
- hftransformersv2:
3
- code: null
4
- config_hf_load_kwargs:
5
- trust_remote_code: true
6
- hf_config_class: AutoConfig
7
- hf_pretrained_class: AutoModelForCausalLM
8
- hf_tokenizer_class: CodeGenTokenizerFast
9
- model_data: data
10
- model_hf_load_args:
11
- trust_remote_code: true
12
- pytorch_version: 2.1.0+cu118
13
- task_type: text-generation
14
- tokenizer_hf_load_kwargs:
15
- trust_remote_code: true
16
- transformers_version: 4.34.0
17
- python_function:
18
- data: data
19
- env: conda.yaml
20
- loader_module: azureml.evaluate.mlflow.hftransformers
21
- python_version: 3.10.11
22
- mlflow_version: 2.6.0
23
- model_uuid: 6068cffa9b034ea28c997f4538233299
24
- utc_time_created: '2023-11-06 18:18:55.524636'