DetectiveShadow commited on
Commit
850a94b
·
verified ·
1 Parent(s): b19894f

The first set of check in questions

Browse files

These use check in from slack and then it has feedback on how to improve and then the rating.

Files changed (1) hide show
  1. checkin_feedback.json +70 -0
checkin_feedback.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "I completed my study tasks today.",
4
+ "Feedback": "This is Okay. You followed through on your goals and stayed consistent, but you need to add more details.",
5
+ "label": "Okay"
6
+ },
7
+ {
8
+ "text": "I kept getting distracted and did nothing.",
9
+ "Feedback": "This isn't good. You didn’t stay focused and avoided your tasks.",
10
+ "label": "Bad"
11
+ },
12
+ {
13
+ "text": "Today I’m going to continue to work on my Unity work and practice my model building more.",
14
+ "Feedback": "This is decent. You are getting some work done, but you can go into detail about your Unity work or the building you are making.",
15
+ "label": "Okay"
16
+ },
17
+ {
18
+ "text": "Today I'm working on my personal math project, I'm adding in UI for the Geometry wheel that will show the graph made by the equation that was inputted",
19
+ "Feedback": "This is great. You said what you are working on, and you went into detail.",
20
+ "label": "Great"
21
+ },
22
+ {
23
+ "text": "I plan to use today to review some older notebooks in Colab to take a look at skills I've struggled with.",
24
+ "Feedback": "This is okay. It's great that you are improving your skills, but what are you improving exactly?",
25
+ "label": "Okay"
26
+ },
27
+ {
28
+ "text": "Today I want to start creating something around computers and working in my Unity today",
29
+ "Feedback": "This isn't good. You said you are creating something but you didn't say what you are working on and you didn't say what unity you were working on.",
30
+ "label": "Bad"
31
+ },
32
+ {
33
+ "text": "Today I worked on the final touches on the website. I deleted some stuff and I changed the colors around, added more small details that they asked for.",
34
+ "Feedback": "This is okay. You were a little vague, but you did explain what you changed and did.",
35
+ "label": "Okay"
36
+ },
37
+ {
38
+ "text": "MVP",
39
+ "Feedback": "This is great",
40
+ "label": "Great"
41
+ },
42
+ {
43
+ "text": "Today I am working on my Unity challenge. I have also published my API! There is a bit of trouble with the responses coming out incomplete. So I will be focusing on fixing that error and working to use my api in Unity this week.",
44
+ "Feedback": "This is Great. You said what you are working on, what you did, and problems you are having.",
45
+ "label": "Excellent"
46
+ },
47
+ {
48
+ "text": "Today I'm working on making a fusion of Reggaeton and New Jazz. Since I'm not familiar with Reggaeton, I'm working to get overall vibe down, then transition into New Jazz.",
49
+ "Feedback": "This is Great. You said what you are working on, and skills you are trying to get and your goal",
50
+ "label": "Excellent"
51
+ },
52
+ {
53
+ "text": "Today I continued to work on Unity challenge 5",
54
+ "Feedback": "This isn't good, You said what you are working on but you didn't going into detail. What is unity challenge 5?",
55
+ "label": "Bad"
56
+ },
57
+ {
58
+ "text": "Today, continuing development on the MN game combat",
59
+ "Feedback": "This is okay. Can you explain what you are adding, changing or doing?",
60
+ "label": "Okay"
61
+ },
62
+ {
63
+ "text": "Today I focused on fixing my Hugging Face dataset code in Google Colab. I ran into a TypeError when trying to index the answers field and spent time debugging the preprocess function. I also started updating my code to handle changes in the Hugging Face tokenizer API and worked on making sure the dataset tokenizes without breaking. It was mostly a day of troubleshooting and learning from the errors in my fine-tuning setup",
64
+ "Feedback": "This is great. you explain what you are doing, you went into detail and you also said what you are having trouble with.",
65
+ "label": "Excellent"
66
+ },
67
+ {
68
+
69
+ }
70
+ ]