Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,7 @@ base_model:
|
|
12 |
- meta-llama/Meta-Llama-3-8B-Instruct
|
13 |
datasets:
|
14 |
- nayohan/feedback-collection-ko
|
|
|
15 |
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
@@ -145,4 +146,4 @@ The training and test datasets are not separated, so we can only see how well th
|
|
145 |
primaryClass={cs.CL}
|
146 |
}
|
147 |
```
|
148 |
-
Our trainig code can be found here: [TBD]
|
|
|
12 |
- meta-llama/Meta-Llama-3-8B-Instruct
|
13 |
datasets:
|
14 |
- nayohan/feedback-collection-ko
|
15 |
+
- nayohan/feedback-collection-ko-chat
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
18 |
|
|
|
146 |
primaryClass={cs.CL}
|
147 |
}
|
148 |
```
|
149 |
+
Our trainig code can be found here: [TBD]
|