Hena commited on
Commit
25c0267
·
verified ·
1 Parent(s): 8e61319

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - autogluon/chronos-t5-large
4
+ ---
5
+ # Model Card for Model ID
6
+
7
+ <!-- Provide a quick summary of what the model is/does. -->
8
+
9
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
10
+
11
+ ## Model Details
12
+
13
+ ### Model Description
14
+
15
+ <!-- Provide a longer summary of what this model is. -->
16
+
17
+ - **Model type:** T5-large
18
+ - **Language(s) (NLP):** [More Information Needed]
19
+ - **License:** [More Information Needed]
20
+ - **Finetuned from model [optional]:** Chronos
21
+
22
+ ### Model Sources [optional]
23
+
24
+ <!-- Provide the basic links for the model. -->
25
+
26
+ - **Repository:** [More Information Needed]
27
+ - **Paper [optional]:** [More Information Needed]
28
+ - **Demo [optional]:** [More Information Needed]
29
+
30
+ ## Uses
31
+
32
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
33
+
34
+ ### Direct Use
35
+
36
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
+
38
+ [More Information Needed]
39
+
40
+ ### Downstream Use [optional]
41
+
42
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Out-of-Scope Use
47
+
48
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ## Bias, Risks, and Limitations
53
+
54
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Recommendations
59
+
60
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
61
+
62
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
63
+
64
+ ## How to Get Started with the Model
65
+
66
+ Use the code below to get started with the model.
67
+
68
+ [More Information Needed]
69
+
70
+ ## Training Details
71
+
72
+ ### Training Data
73
+
74
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
75
+
76
+ [More Information Needed]