drewwas commited on
Commit
5c029db
1 Parent(s): b0cb9ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +121 -1
README.md CHANGED
@@ -4,4 +4,124 @@ language:
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.2-1B
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - en
5
  base_model:
6
  - meta-llama/Llama-3.2-1B
7
+ ---
8
+
9
+ # Model Card for Model ID
10
+
11
+ <!-- Provide a quick summary of what the model is/does. -->
12
+
13
+ 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).
14
+
15
+ ## Model Details
16
+
17
+ ### Model Description
18
+
19
+ <!-- Provide a longer summary of what this model is. -->
20
+
21
+ Finetune of LLaMa 3.2 1B model to include flashnormalization (https://arxiv.org/abs/2407.09577)
22
+
23
+
24
+
25
+ - **Developed by:** OpenMachine Labs
26
+ - **Model type:** [More Information Needed]
27
+ - **Language(s) (NLP):** [More Information Needed]
28
+ - **License:** [More Information Needed]
29
+ - **Finetuned from model** Meta LLaMa 3.2 1B (https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/)
30
+
31
+ ### Model Sources [optional]
32
+
33
+ <!-- Provide the basic links for the model. -->
34
+
35
+ - **Repository:** [More Information Needed]
36
+ - **Paper** (https://arxiv.org/abs/2407.09577)
37
+ - **Demo [optional]:** [More Information Needed]
38
+
39
+ ## Uses
40
+
41
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
42
+
43
+ ### Direct Use
44
+
45
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
46
+
47
+ [More Information Needed]
48
+
49
+ ### Downstream Use [optional]
50
+
51
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
52
+
53
+ [More Information Needed]
54
+
55
+ ### Out-of-Scope Use
56
+
57
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
58
+
59
+ [More Information Needed]
60
+
61
+ ## Bias, Risks, and Limitations
62
+
63
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
64
+
65
+ [More Information Needed]
66
+
67
+ ### Recommendations
68
+
69
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
70
+
71
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
72
+
73
+ ## How to Get Started with the Model
74
+
75
+ Use the code below to get started with the model.
76
+
77
+ #### Speeds, Sizes, Times [optional]
78
+
79
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
80
+
81
+ [More Information Needed]
82
+
83
+ ## Evaluation
84
+
85
+ <!-- This section describes the evaluation protocols and provides the results. -->
86
+
87
+ ### Testing Data, Factors & Metrics
88
+
89
+
90
+ #### Testing Data
91
+
92
+ <!-- This should link to a Dataset Card if possible. -->
93
+
94
+ [More Information Needed]
95
+
96
+ #### Factors
97
+
98
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
99
+
100
+ [More Information Needed]
101
+
102
+ #### Metrics
103
+
104
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ### Results
109
+
110
+ [More Information Needed]
111
+
112
+ #### Summary
113
+
114
+
115
+
116
+ ## Model Examination [optional]
117
+
118
+ <!-- Relevant interpretability work for the model goes here -->
119
+
120
+
121
+ ## Model Card Authors
122
+ Nils Graef (nils@openmachine.ai)
123
+ Drew Wasielewski (drewwas@berkeley.edu)
124
+
125
+ ## Model Card Contact
126
+
127
+ [More Information Needed]