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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -14
README.md CHANGED
@@ -6,12 +6,6 @@ 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
@@ -21,20 +15,16 @@ This modelcard aims to be a base template for new models. It has been generated
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
 
 
6
  - meta-llama/Llama-3.2-1B
7
  ---
8
 
 
 
 
 
 
 
9
  ## Model Details
10
 
11
  ### Model Description
 
15
  Finetune of LLaMa 3.2 1B model to include flashnormalization (https://arxiv.org/abs/2407.09577)
16
 
17
 
 
18
  - **Developed by:** OpenMachine Labs
19
+ - **License:** MIT
20
+ - **Finetuned from model** Meta LLaMa 3.2 1B
 
 
21
 
22
  ### Model Sources [optional]
23
 
24
  <!-- Provide the basic links for the model. -->
25
 
26
+ - **Repository:** https://github.com/meta-llama/llama-models/tree/main/models/llama3_2
27
+ - **Paper** https://ai.meta.com/blog/llama-3-2-connect-2024-vision-edge-mobile-devices/
 
28
 
29
  ## Uses
30