utkarshshukla2912 commited on
Commit
05dcdfc
·
verified ·
1 Parent(s): dcd424d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -48,8 +48,33 @@ SFTConfig(
48
  )
49
  The model was finetuned on ~100,000 curated transcripts across different domanins and language preferences
50
  ```
 
51
  ![Training Overview](metric_train_2.png)
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  - **Developed by:** RinggAI
54
  - **License:** apache-2.0
55
  - **Finetuned from model :** unsloth/Qwen2.5-0.5B-Instruct
 
48
  )
49
  The model was finetuned on ~100,000 curated transcripts across different domanins and language preferences
50
  ```
51
+
52
  ![Training Overview](metric_train_2.png)
53
 
54
+
55
+ Provide the below schema for best output:
56
+ ```
57
+ response_schema = {
58
+ "type": "object",
59
+ "properties": {
60
+ "key_points": {
61
+ "type": "array",
62
+ "items": {"type": "string"},
63
+ "nullable": True,
64
+ },
65
+ "action_items": {
66
+ "type": "array",
67
+ "items": {"type": "string"},
68
+ "nullable": True,
69
+ },
70
+ "summary": {"type": "string"},
71
+ "classification": classification_schema,
72
+ },
73
+ "required": ["summary", "classification"],
74
+ }
75
+ ```
76
+
77
+
78
  - **Developed by:** RinggAI
79
  - **License:** apache-2.0
80
  - **Finetuned from model :** unsloth/Qwen2.5-0.5B-Instruct