mwitiderrick commited on
Commit
e6eb77a
·
verified ·
1 Parent(s): 5286e7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -28,9 +28,29 @@ formatted_prompt = f"<s> [|User|]\n{prompt}</s>[|Assistant|]\n"
28
 
29
  model = TextGeneration(model_path="hf:nm-testing/MiniChat-2-3B-pruned50-ds")
30
 
31
- print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
32
  """
 
33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  """
35
  ```
36
 
 
28
 
29
  model = TextGeneration(model_path="hf:nm-testing/MiniChat-2-3B-pruned50-ds")
30
 
31
+ print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
32
  """
33
+ Getting into a good university is a complex process that involves several steps. However, here are some key factors to consider:
34
 
35
+ 1. Academic performance: Your grades, test scores, and overall academic achievements are essential in demonstrating your academic abilities. Strive to maintain a high GPA and achieve strong scores in standardized tests like the SAT, ACT, or AP exams.
36
+
37
+ 2. Academic preparation: Develop a strong foundation in various subjects, including English, math, science, and foreign languages. This will help you succeed academically and demonstrate your readiness for college-level courses.
38
+
39
+ 3. Extracurricular activities: Participate in extracurricular activities such as clubs, sports teams, volunteering, or leadership roles. These activities can help you develop valuable skills, demonstrate your leadership abilities, and showcase your interests outside the classroom.
40
+
41
+ 4. Academic preparation for college-level courses: Research and understand the curriculum of the universities you are interested in. Familiarize yourself with the coursework, coursework requirements, and any potential prerequisites.
42
+
43
+ 5. Personal qualities and extracurricular activities: Showcase your unique qualities and extracurricular activities that demonstrate your leadership, teamwork, and problem-solving abilities. Universities value students who are well-rounded and have a diverse set of skills.
44
+
45
+ 6. Application process: Follow the university's application process, which may include submitting an application form, paying the application fee, and submitting any required documents.
46
+
47
+ 7. Interviews and assessments: If you are invited to an interview, prepare for it by researching the university, its campus, and its mission. Be confident, articulate, and demonstrate your enthusiasm for the university.
48
+
49
+ 8. Post-admission process: After being accepted, follow the university's post-admission process, which may include registering for classes, paying tuition fees, and obtaining student housing.
50
+
51
+ 9. Networking and mentorship: Connect with professors, professors, and fellow students to gain insights into the university culture and gain a deeper understanding of the college environment.
52
+
53
+ 10. Financial support: Research financial aid options and scholarships available to help cover tuition fees and living
54
  """
55
  ```
56