daedalus314 commited on
Commit
988f8e5
1 Parent(s): 3a2c5e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -40,19 +40,20 @@ out = quant_model.generate(
40
  print(tokenizer.decode(out[0], skip_special_tokens=True))
41
  ```
42
  And a sample output:
43
- ```
44
- ### HUMAN:
45
- What is artifical intelligence?
46
-
47
- ### RESPONSE:
48
- Artificial intelligence (AI) is a field of computer science that aims to imitate human intelligence. It is a subset of computer science that focuses on developing intelligent machines that can perform tasks that require human intelligence, such as learning, reasoning, problem-solving, and decision-making.
49
 
50
- AI is a broad term that encompasses a variety of technologies, including machine learning, natural language processing, robotics, and computer vision. Machine learning is a subset of AI that focuses on the development of computer programs that can learn and improve their performance from experience without being explicitly programmed. Natural language processing is a subset of AI that focuses on the ability of computers to understand and process human language. Robotics is a subset of AI that focuses on the development of machines that can move, manipulate objects, and perform tasks similar to humans. Computer vision is a subset of AI that focuses on the ability of computers to understand and interpret images.
51
-
52
- AI is being used in a wide range of applications, from self-driving cars to virtual assistants like Siri and Alexa. It has the potential to transform many industries, including healthcare, education, and manufacturing. AI is also being used in areas such as robotics, autonomous vehicles, and smart homes.
53
-
54
- AI is a rapidly evolving field, and its capabilities are constantly expanding. As more data is collected and analyzed, AI systems are becoming more intelligent and capable of performing tasks that require human intelligence.
55
- ```
 
 
 
 
 
 
 
56
 
57
  # Further details
58
  Please refer to the original model [Marx-3B-V2](https://huggingface.co/acrastt/Marx-3B-V2).
 
40
  print(tokenizer.decode(out[0], skip_special_tokens=True))
41
  ```
42
  And a sample output:
 
 
 
 
 
 
43
 
44
+ > \#\#\# HUMAN:
45
+ >
46
+ > What is artifical intelligence?
47
+ >
48
+ > \#\#\# RESPONSE:
49
+ >
50
+ > Artificial intelligence (AI) is a field of computer science that aims to imitate human intelligence. It is a subset of computer science that focuses on developing intelligent machines that can perform tasks that require human intelligence, such as learning, reasoning, problem-solving, and decision-making.
51
+ >
52
+ > AI is a broad term that encompasses a variety of technologies, including machine learning, natural language processing, robotics, and computer vision. Machine learning is a subset of AI that focuses on the development of computer programs that can learn and improve their performance from experience without being explicitly programmed. Natural language processing is a subset of AI that focuses on the ability of computers to understand and process human language. Robotics is a subset of AI that focuses on the development of machines that can move, manipulate objects, and perform tasks similar to humans. Computer vision is a subset of AI that focuses on the ability of computers to understand and interpret images.
53
+ >
54
+ > AI is being used in a wide range of applications, from self-driving cars to virtual assistants like Siri and Alexa. It has the potential to transform many industries, including healthcare, education, and manufacturing. AI is also being used in areas such as robotics, autonomous vehicles, and smart homes.
55
+ >
56
+ > AI is a rapidly evolving field, and its capabilities are constantly expanding. As more data is collected and analyzed, AI systems are becoming more intelligent and capable of performing tasks that require human intelligence.
57
 
58
  # Further details
59
  Please refer to the original model [Marx-3B-V2](https://huggingface.co/acrastt/Marx-3B-V2).