File size: 1,810 Bytes
6b2da79 31d6ca9 6b2da79 31d6ca9 6b2da79 31d6ca9 6b2da79 31d6ca9 6b2da79 31d6ca9 6b2da79 31d6ca9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
library_name: transformers
tags: []
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
ํด๋น ๋ชจ๋ธ์ ๋ฒ๋ฅ ๋๋ฉ์ธ ๋ฐ์ดํฐ 20๋ง๊ฐ์ ํ๊ตญ์ด ์ํ์ ๋ํ์ฌ ์ถ๊ฐํ์ตํ ๋ชจ๋ธ์
๋๋ค.
Llama 3.1 8B base ๋ชจ๋ธ์์ ํ์ต์ด ์งํ๋์์ผ๋ฉฐ, ๊ทธ ์ธ ์ถ๊ฐ์ ์ธ instruction tuning์ ์ํ๋์ง ์์์ต๋๋ค.
**๋ํ, ์ด ๋ชจ๋ธ์ ๊ณผํ๊ธฐ์ ์ ๋ณดํต์ ๋ถยท๊ด์ฃผ๊ด์ญ์๊ฐ ๊ณต๋ ์ง์ํ โ์ธ๊ณต์ง๋ฅ ์ค์ฌ ์ฐ์
์ตํฉ ์ง์ ๋จ์ง ์กฐ์ฑ์ฌ์
โ์ผ๋ก ์ง์์ ๋ฐ์ ๊ฐ๋ฐ๋์์ต๋๋ค.**
## Model Details
### Model Description
<!-- Provide a longer summary of what this model is. -->
This is the model card of a ๐ค transformers model that has been pushed on the Hub. This model card has been automatically generated.
- **Developed by:** fasoo
- **Model type:** Causal Language Model
- **Language(s) (NLP):** English, Korean
- **License:** [More Information Needed]
- **Finetuned from model:** Llama 3.1 8B
### Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Paper [optional]:** [More Information Needed]
## Uses
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
```python
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("fasoo/llama-3.1-legal")
model = AutoModelForCausalLM.from_pretrained("fasoo/llama-3.1-legal")
```
## Environmental Impact
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
- **Hardware Type:** NVIDIA H100 80GB HBM3
- **Compute Region:** Gwangju, South Korea
|