michaelbeale-il commited on
Commit
f8b269e
1 Parent(s): 73edd94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -3
README.md CHANGED
@@ -1,3 +1,63 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ ---
5
+
6
+ # Model Card: LlavaOLMoBitnet1B
7
+
8
+ TODO: Fill Me in with description of the model
9
+
10
+ TODO: OPTIONAL Include paper abstract
11
+ ## Paper Abstract
12
+
13
+ ## Model Details
14
+
15
+ TODO: OPTIONAL - Any notes or warnings about the dataset
16
+ ### Note
17
+ Please note, we only provide the model adapter and do not provide a copy of the base [yahma/llama-7b-hf](https://huggingface.co/yahma/llama-7b-hf) model or its sparsified one. Any use of this adapter requires a separate download of the base model and follow [this instruction](#sparsified-base-model) to sparse the base model.
18
+
19
+ ### Information
20
+
21
+ - **Adapter name:** TODO
22
+ - **Base model:** TODO
23
+ - **Sparsity:** TODO
24
+ - **Domain:** TODO
25
+ - **Subnetwork version:** TODO
26
+ TODO - Add any additional info as needed
27
+
28
+
29
+ ### Training Data
30
+ TODO - Add info on Training data (if applicable)
31
+
32
+ ### Evaluation Data
33
+ TODO - Add info on Eval Data (if applicable)
34
+
35
+ ## How to use
36
+ TODO - Add clear instructions on how to use the model
37
+
38
+
39
+ ## Evaluation Results
40
+ TODO - Add results data
41
+
42
+ ## Model Sources
43
+ TODO - Add links to github or arxiv
44
+
45
+ ## Ethical Considerations
46
+
47
+ Intel is committed to respecting human rights and avoiding causing or contributing to adverse impacts on human rights. See [Intel’s Global Human Rights Principles](https://www.intel.com/content/dam/www/central-libraries/us/en/documents/policy-human-rights.pdf). Intel’s products and software are intended only to be used in applications that do not cause or contribute to adverse impacts on human rights.
48
+
49
+ | Ethical Considerations | Description |
50
+ | ----------- | ----------- |
51
+ | Data | **TODO** |
52
+ | Human life | **TODO** |
53
+ | Mitigations | **TODO** |
54
+ | Risks and harms | **TODO** |
55
+ | Use cases | - |
56
+
57
+ ## Citation
58
+
59
+ **TODO** Add Citation information (if applicable )
60
+
61
+ ## License
62
+
63
+ Apache-2.0