traintogpb
commited on
Commit
•
1163aed
1
Parent(s):
9101027
Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,7 @@ pipeline_tag: translation
|
|
38 |
- Should remove the EOS token (`<|endoftext|>`, id=46332) at the end of the prompt.
|
39 |
```python
|
40 |
# MODEL
|
|
|
41 |
adapter_name = 'traintogpb/llama-3-enko-translator-8b-qlora-adapter'
|
42 |
bnb_config = BitsAndBytesConfig(
|
43 |
load_in_4bit=True,
|
@@ -78,4 +79,5 @@ pipeline_tag: translation
|
|
78 |
|
79 |
### Framework versions
|
80 |
|
81 |
-
- PEFT 0.8.2
|
|
|
|
38 |
- Should remove the EOS token (`<|endoftext|>`, id=46332) at the end of the prompt.
|
39 |
```python
|
40 |
# MODEL
|
41 |
+
model_name = 'beomi/Llama-3-Open-Ko-8B'
|
42 |
adapter_name = 'traintogpb/llama-3-enko-translator-8b-qlora-adapter'
|
43 |
bnb_config = BitsAndBytesConfig(
|
44 |
load_in_4bit=True,
|
|
|
79 |
|
80 |
### Framework versions
|
81 |
|
82 |
+
- PEFT 0.8.2
|
83 |
+
-
|