malhajar commited on
Commit
2cf9dcf
1 Parent(s): 217580f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -23
README.md CHANGED
@@ -13,30 +13,8 @@ This model can answer information about different excplicit ideas mentioned in s
13
 
14
  ![Nietzsche](./Nietzsche_llama_small.png)
15
 
16
- ## Example Generation
17
- ### Instruction
18
- what is the will to truth?
19
- ### Response
20
-
21
- 1. An earnest desire for truth, coupled with a humble, discerning attitude towards sources of knowledge.
22
- 2.A robust, enduring curiosity that never fades, even in the face of extreme boredom.
23
- 3.An insatiable hunger for learning and intellectual stimulation, which always seeks and never satisfied.
24
- 4.A dedication to truth, even if it's uncomfortable or damaging. This requires a certain level of masochism and a willingness to sacrifice for the sake of knowledge.
25
- 5.An open, flexible mind that can adapt to new intellectual environments and concepts without rigidity or prejudice. This involves being receptive to change and admitting when one is wrong.
26
-
27
- In essence, the key to truth lies in a dynamic, flexible perspective that allows for the continual acquisition of knowledge and the modification of existing beliefs.
28
- This requires a humble, discerning attitude towards sources of knowledge and an enduring intellectual curiosity.
29
- The desire for truth must be earnest and the dedication must be unwavering, even in the face of discomfort or damage.
30
- This involves a certain level of masochism and a willingness to sacrifice for the sake of knowledge.
31
- Additionally, one must be open to change and be able to admit when they are wrong. This involves having a non-dogmatic, flexible mindset that can adapt to new intellectual environments and concepts without rigidity or prejudice.
32
- Thus, the pursuit of truth demands a balance between curiosity and sternness, and between openness and discipline. This involves maintaining a delicate equilibrium between intellectual extremes, being neither too loose nor too rigid in one's intellectual attitudes.
33
-
34
  ### Model Description
35
 
36
- <!-- Provide a longer summary of what this model is. -->
37
-
38
-
39
-
40
  - **Developed by:** [`Mohamad Alhajar`](https://www.linkedin.com/in/muhammet-alhajar/)
41
  - **Language(s) (NLP):** English
42
  - **Finetuned from model:** [`garage-bAInd/Platypus2-70B-instruct`](https://huggingface.co/garage-bAInd/Platypus2-70B-instruct)
@@ -49,6 +27,8 @@ This model can answer information about different excplicit ideas mentioned in s
49
 
50
  ### Response:
51
  ```
 
 
52
  ## How to Get Started with the Model
53
 
54
  Use the code sample provided in the original post to interact with the model.
@@ -76,4 +56,22 @@ output = model.generate(inputs=input_ids,max_new_tokens=512,pad_token_id=tokeniz
76
  response = tokenizer.decode(output[0])
77
 
78
  print(response)
79
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  ![Nietzsche](./Nietzsche_llama_small.png)
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ### Model Description
17
 
 
 
 
 
18
  - **Developed by:** [`Mohamad Alhajar`](https://www.linkedin.com/in/muhammet-alhajar/)
19
  - **Language(s) (NLP):** English
20
  - **Finetuned from model:** [`garage-bAInd/Platypus2-70B-instruct`](https://huggingface.co/garage-bAInd/Platypus2-70B-instruct)
 
27
 
28
  ### Response:
29
  ```
30
+
31
+
32
  ## How to Get Started with the Model
33
 
34
  Use the code sample provided in the original post to interact with the model.
 
56
  response = tokenizer.decode(output[0])
57
 
58
  print(response)
59
+ ```
60
+
61
+ ## Example Generation
62
+ ### Instruction
63
+ what is the will to truth?
64
+ ### Response
65
+
66
+ 1. An earnest desire for truth, coupled with a humble, discerning attitude towards sources of knowledge.
67
+ 2.A robust, enduring curiosity that never fades, even in the face of extreme boredom.
68
+ 3.An insatiable hunger for learning and intellectual stimulation, which always seeks and never satisfied.
69
+ 4.A dedication to truth, even if it's uncomfortable or damaging. This requires a certain level of masochism and a willingness to sacrifice for the sake of knowledge.
70
+ 5.An open, flexible mind that can adapt to new intellectual environments and concepts without rigidity or prejudice. This involves being receptive to change and admitting when one is wrong.
71
+
72
+ In essence, the key to truth lies in a dynamic, flexible perspective that allows for the continual acquisition of knowledge and the modification of existing beliefs.
73
+ This requires a humble, discerning attitude towards sources of knowledge and an enduring intellectual curiosity.
74
+ The desire for truth must be earnest and the dedication must be unwavering, even in the face of discomfort or damage.
75
+ This involves a certain level of masochism and a willingness to sacrifice for the sake of knowledge.
76
+ Additionally, one must be open to change and be able to admit when they are wrong. This involves having a non-dogmatic, flexible mindset that can adapt to new intellectual environments and concepts without rigidity or prejudice.
77
+ Thus, the pursuit of truth demands a balance between curiosity and sternness, and between openness and discipline. This involves maintaining a delicate equilibrium between intellectual extremes, being neither too loose nor too rigid in one's intellectual attitudes.