marlonbino commited on
Commit
6e2a44f
·
verified ·
1 Parent(s): f5b6d4f

Upload folder using huggingface_hub

Browse files
summarization/v2/README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # flan summarizer - Version 2
2
+
3
+ ## Model Information
4
+ - **Model Name**: flan summarizer
5
+ - **Version**: 2
6
+ - **Available Flavors**: python_function, pytorch
7
+ - **Export Method**: pytorch
8
+ - **Service Category**: summarization
9
+ - **Export Date**: 2025-08-08 13:06:06
10
+
11
+ ## Files
12
+ - `model_info.json`: Detailed model metadata
13
+ - `README.md`: This file
14
+
15
+ ### Model-specific files:
16
+ - `pytorch_model.pth`: Model state dict or full model
17
+ - `pytorch_full_model.pth`: Complete model (if available)
18
+
19
+ ### Usage (PyTorch):
20
+ ```python
21
+ import torch
22
+ model = torch.load('pytorch_model.pth')
23
+ # or
24
+ state_dict = torch.load('pytorch_model.pth')
25
+ ```
26
+
27
+ ## Original MLflow URI
28
+ ```
29
+ models:/flan summarizer/2
30
+ ```
31
+
32
+ This model was exported from MLflow and may require specific loading procedures depending on its original flavor.
summarization/v2/model_info.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "flan summarizer",
3
+ "version": 2,
4
+ "folder_path": "summarization/v2",
5
+ "mlflow_uri": "models:/flan summarizer/2",
6
+ "available_flavors": [
7
+ "python_function",
8
+ "pytorch"
9
+ ],
10
+ "export_method": "pytorch",
11
+ "export_timestamp": "2025-08-08T13:06:06.965900",
12
+ "service_category": "summarization"
13
+ }
summarization/v2/pytorch_full_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b1561cec9d6aac04601040e6ded28851e36b8abd467097b75563f93a0feecac
3
+ size 990534507
summarization/v2/pytorch_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf21cb71537ad415c84e37f111e971c927e792f58fbf935d980c50101b74c5c1
3
+ size 990443083