Commit
·
f7a25d6
1
Parent(s):
a1ca7fe
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,17 @@ model = TextGeneration(model_path="hf:neuralmagic/MiniChat-1.5-3B-pruned50-quant
|
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|
|
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"""
|
35 |
```
|
36 |
|
|
|
30 |
|
31 |
print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
|
32 |
"""
|
33 |
+
Getting into a good university involves several steps and considerations. Here's a general outline to help you navigate the process effectively:
|
34 |
|
35 |
+
1. Assess your strengths and weaknesses:
|
36 |
+
- Evaluate your academic strengths and areas where you excel. This will help you identify which fields you are particularly good at and which universities may be more likely to accept you.
|
37 |
+
- Consider your weak areas as well. This will help you understand which fields you may struggle in, and you can focus on improving your skills in those areas.
|
38 |
+
|
39 |
+
2. Research universities:
|
40 |
+
- Look into universities that align with your strengths and weaknesses. You can research universities based on factors such as academic reputation, location, campus culture, and tuition fees.
|
41 |
+
- Look into universities that offer scholarships or financial aid for students from your area.
|
42 |
+
|
43 |
+
3. Prepare for entrance exams:
|
44 |
"""
|
45 |
```
|
46 |
|