andrijdavid commited on
Commit
eee7044
·
verified ·
1 Parent(s): 2e8b634

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -1,11 +1,18 @@
1
  ---
 
2
  language:
3
  - en
 
4
  ---
5
 
6
  # Llama-3-1B-Base
7
 
8
- Llama3-1b is a trimmed version of the official Llama-3 8B base model from Meta. It has been reduced in size to 1 billion parameters, making it more computationally efficient while still retaining a significant portion of the original model's capabilities. This model is intended to serve as a base model and has not been further fine-tuned for any specific task.
 
 
 
 
 
9
 
10
  ## Uses
11
 
@@ -19,7 +26,10 @@ This model can be fine-tuned for a variety of natural language processing tasks,
19
 
20
  ## Bias, Risks, and Limitations
21
 
22
- While Llama3-1b is a powerful model, it is important to be aware of its limitations and potential biases. As with any language model, Llama3-1b may generate outputs that are factually incorrect or biased. It is also possible that the model may produce offensive or inappropriate content. Users should be aware of these risks and take appropriate measures to mitigate them.
 
 
 
23
 
24
  ## How to Use
25
 
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
5
+ pipeline_tag: text-generation
6
  ---
7
 
8
  # Llama-3-1B-Base
9
 
10
+ Llama3-1b is a trimmed version of the official (Llama-3 8B)[https://huggingface.co/meta-llama/Meta-Llama-3-8B] base model from (Meta)[https://huggingface.co/meta-llama].
11
+ It has been reduced in size to ~1 billion parameters, making it more computationally efficient while still retaining a significant portion of the original model's capabilities.
12
+ This model is intended to serve as a base model and has not been further fine-tuned for any specific task.
13
+ It is specifically designed to bring the power of LLMs (Large Language Models) to environments with limited computational resources. This model offers a balance between performance and resource usage, serving as an efficient alternative for users who cannot leverage the larger, resource-intensive versions from Meta.
14
+
15
+ **Important**: This project is not affiliated with Meta.
16
 
17
  ## Uses
18
 
 
26
 
27
  ## Bias, Risks, and Limitations
28
 
29
+ While Llama3-1b is a powerful model, it is important to be aware of its limitations and potential biases.
30
+ As with any language model, this model may generate outputs that are factually incorrect or biased.
31
+ It is also possible that the model may produce offensive or inappropriate content.
32
+ Users and Developers should be aware of these risks and take appropriate measures to mitigate them.
33
 
34
  ## How to Use
35