AjayP13 commited on
Commit
b7e0dae
·
verified ·
1 Parent(s): 98c0aab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -9
README.md CHANGED
@@ -1,6 +1,6 @@
1
-
2
  ---
3
- base_model: fineinstructions/query_templatizer_full_end_to_end_s1
 
4
  datasets:
5
  - fineinstructions/templates_raw_subsample
6
  tags:
@@ -8,14 +8,91 @@ tags:
8
  - datadreamer-0.39.0
9
  - synthetic
10
  - text-generation
11
-
12
  widget:
13
- - text: "<|start_header_id|>system<|end_header_id|>\n\nCutting Knowledge Date: December 2023\nToday Date: 31 Jan 2025\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nWhat volleyball exercises should I do I'm almost in high school and i do volleyball excellence five times a week (basically an advanced class in school with experienced volleyball coaches) , we have 2-3 skill training sessions a week which i feel like isn't enough for me as I would like to improve my skills almost every day.\n\n&amp;#x200B;\n\nWhat i wanted to know was what setting, digging, serving and spiking exercises could i do that would help me improve all of my skills (I have a large area to practice all these things so space isn't an issue).<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
14
- example_title: "Example 1"
15
- - text: "<|start_header_id|>system<|end_header_id|>\n\nCutting Knowledge Date: December 2023\nToday Date: 31 Jan 2025\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n![enter image description here](https://i.stack.imgur.com/4ckzp.png)\n\nHi i am trying to make java desktop application where i am using `JLabel` I wrote some test on `JLabel` I want to set text from the top and I am using multiple line in `JLabel` I want to set different different color for every line.\n\nHere is my code:\n\n```\nJLabel label = new JLabel(\"<html>Case &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CaseNum<br>Party1<br>Party2</html>\");\n\n```\n\nHow can I achieve this?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
16
- example_title: "Example 2"
17
- - text: "<|start_header_id|>system<|end_header_id|>\n\nCutting Knowledge Date: December 2023\nToday Date: 31 Jan 2025\n\n<|eot_id|><|start_header_id|>user<|end_header_id|>\n\nIs there a cheaper substitute for the knipex pliers? I have wanted a pair of the knipex crimpers/pliers/cutters for a while, but I can't afford $70 for a pair. Is there a pair that is as good, but cheaper?<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
18
- example_title: "Example 3"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  pipeline_tag: text-generation
20
  ---
21
  # Model Card
 
 
1
  ---
2
+ base_model:
3
+ - meta-llama/Llama-3.2-1B-Instruct
4
  datasets:
5
  - fineinstructions/templates_raw_subsample
6
  tags:
 
8
  - datadreamer-0.39.0
9
  - synthetic
10
  - text-generation
 
11
  widget:
12
+ - text: >+
13
+ <|start_header_id|>system<|end_header_id|>
14
+
15
+
16
+ Cutting Knowledge Date: December 2023
17
+
18
+ Today Date: 31 Jan 2025
19
+
20
+
21
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
22
+
23
+
24
+ What volleyball exercises should I do I'm almost in high school and i do
25
+ volleyball excellence five times a week (basically an advanced class in
26
+ school with experienced volleyball coaches) , we have 2-3 skill training
27
+ sessions a week which i feel like isn't enough for me as I would like to
28
+ improve my skills almost every day.
29
+
30
+
31
+ &amp;#x200B;
32
+
33
+
34
+ What i wanted to know was what setting, digging, serving and spiking
35
+ exercises could i do that would help me improve all of my skills (I have a
36
+ large area to practice all these things so space isn't an
37
+ issue).<|eot_id|><|start_header_id|>assistant<|end_header_id|>
38
+
39
+ example_title: Example 1
40
+ - text: >+
41
+ <|start_header_id|>system<|end_header_id|>
42
+
43
+
44
+ Cutting Knowledge Date: December 2023
45
+
46
+ Today Date: 31 Jan 2025
47
+
48
+
49
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
50
+
51
+
52
+ ![enter image description here](https://i.stack.imgur.com/4ckzp.png)
53
+
54
+
55
+ Hi i am trying to make java desktop application where i am using `JLabel` I
56
+ wrote some test on `JLabel` I want to set text from the top and I am using
57
+ multiple line in `JLabel` I want to set different different color for every
58
+ line.
59
+
60
+
61
+ Here is my code:
62
+
63
+
64
+ ```
65
+
66
+ JLabel label = new JLabel("<html>Case
67
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Item&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
68
+ CaseNum<br>Party1<br>Party2</html>");
69
+
70
+
71
+ ```
72
+
73
+
74
+ How can I achieve
75
+ this?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
76
+
77
+ example_title: Example 2
78
+ - text: >+
79
+ <|start_header_id|>system<|end_header_id|>
80
+
81
+
82
+ Cutting Knowledge Date: December 2023
83
+
84
+ Today Date: 31 Jan 2025
85
+
86
+
87
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
88
+
89
+
90
+ Is there a cheaper substitute for the knipex pliers? I have wanted a pair of
91
+ the knipex crimpers/pliers/cutters for a while, but I can't afford $70 for a
92
+ pair. Is there a pair that is as good, but
93
+ cheaper?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
94
+
95
+ example_title: Example 3
96
  pipeline_tag: text-generation
97
  ---
98
  # Model Card