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