Update model card with professional format and GitHub repository link
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Helios-GPT-OSS-20B
|
2 |
|
3 |
**A persona-specialized fine-tune of GPT-OSS-20B for synthetic personality data generation**
|
|
|
1 |
+
---
|
2 |
+
base_model: openai/gpt-oss-20b
|
3 |
+
library_name: peft
|
4 |
+
license: mit
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- persona
|
9 |
+
- fine-tuning
|
10 |
+
- lora
|
11 |
+
- synthetic-data
|
12 |
+
- personality
|
13 |
+
- claude-code
|
14 |
+
datasets:
|
15 |
+
- teknium/OpenHermes-2.5
|
16 |
+
- argilla/FinePersonas-v0.1
|
17 |
+
- NousResearch/hermes-function-calling-v1
|
18 |
+
pipeline_tag: text-generation
|
19 |
+
model_type: lora
|
20 |
+
---
|
21 |
+
|
22 |
# Helios-GPT-OSS-20B
|
23 |
|
24 |
**A persona-specialized fine-tune of GPT-OSS-20B for synthetic personality data generation**
|