Hide script
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
35 |
* ichikara-instruction-003-001-2.2.json
|
36 |
|
37 |
回答を1件のみ抽出するために gpt-4o-mini で下記 script を利用しました。
|
|
|
|
|
38 |
|
39 |
```python
|
40 |
# gpt-4o-mini を使って最も適切そうな回答を選定
|
@@ -93,6 +95,9 @@ def select_best_response(file_path, output_dir):
|
|
93 |
json.dump(filtered_data, output_file, ensure_ascii=False, indent=2)
|
94 |
```
|
95 |
|
|
|
|
|
|
|
96 |
### ライセンス
|
97 |
* ichikara-instruction データセットのライセンスは cc-by-nc-sa になっております。
|
98 |
|
|
|
35 |
* ichikara-instruction-003-001-2.2.json
|
36 |
|
37 |
回答を1件のみ抽出するために gpt-4o-mini で下記 script を利用しました。
|
38 |
+
<details>
|
39 |
+
<summary>script</summary>
|
40 |
|
41 |
```python
|
42 |
# gpt-4o-mini を使って最も適切そうな回答を選定
|
|
|
95 |
json.dump(filtered_data, output_file, ensure_ascii=False, indent=2)
|
96 |
```
|
97 |
|
98 |
+
|
99 |
+
</details>
|
100 |
+
|
101 |
### ライセンス
|
102 |
* ichikara-instruction データセットのライセンスは cc-by-nc-sa になっております。
|
103 |
|