llii5 commited on
Commit
948ab7d
β€’
1 Parent(s): 3c1b633

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ print(decoded[0])
32
  # Natalia sold 48 clips in April.\nIn May, she sold half as many clips as in April,
33
  # so she sold 48/2 = 24 clips.\nAltogether, Natalia sold 48 + 24 = 72 clips in April and May.\n#### 72\nThe answer is: 72</s>
34
 
35
- # sends the following questin to GPT4
36
  question = "James loves to go swimming and has to swim across a 20-mile lake. He can swim at a pace of 2 miles per hour. He swims 60% of the distance. After that, he stops on an island and rests for half as long as the swimming time. He then finishes the remaining distance while going half the speed. How long did it take him to get across the lake?"
37
  encodeds = tokenizer([question], return_tensors="pt")
38
  model_inputs = encodeds['input_ids'].to(device)
@@ -45,7 +45,7 @@ print(decoded[0])
45
  ## Learn More
46
 
47
  πŸ” To a deeper dive into our method and results, refer to [HF blog πŸ€—](https://huggingface.co/blog/alirezamsh/leeroo-multi-model-system), [publication](https://arxiv.org/abs/2401.13979), and [repository](https://github.com/Leeroo-AI/leeroo_orchestrator).
48
- 🌍 Join Leeroo community for further updates: [Linkedin](https://www.linkedin.com/company/leeroo/?viewAsMember=true), [Discord](https://discord.gg/yp4PRwZj), [X](https://twitter.com/LeerooAI), [Website](https://www.leeroo.com/).
49
 
50
  ## Citation
51
  ```
 
32
  # Natalia sold 48 clips in April.\nIn May, she sold half as many clips as in April,
33
  # so she sold 48/2 = 24 clips.\nAltogether, Natalia sold 48 + 24 = 72 clips in April and May.\n#### 72\nThe answer is: 72</s>
34
 
35
+ # sends the following question to GPT4
36
  question = "James loves to go swimming and has to swim across a 20-mile lake. He can swim at a pace of 2 miles per hour. He swims 60% of the distance. After that, he stops on an island and rests for half as long as the swimming time. He then finishes the remaining distance while going half the speed. How long did it take him to get across the lake?"
37
  encodeds = tokenizer([question], return_tensors="pt")
38
  model_inputs = encodeds['input_ids'].to(device)
 
45
  ## Learn More
46
 
47
  πŸ” To a deeper dive into our method and results, refer to [HF blog πŸ€—](https://huggingface.co/blog/alirezamsh/leeroo-multi-model-system), [publication](https://arxiv.org/abs/2401.13979), and [repository](https://github.com/Leeroo-AI/leeroo_orchestrator).
48
+ 🌍 Join Leeroo community for further updates: [Linkedin](https://www.linkedin.com/company/leeroo/?viewAsMember=true), [Discord](https://discord.gg/tmuXGe3K), [X](https://twitter.com/LeerooAI), [Website](https://www.leeroo.com/).
49
 
50
  ## Citation
51
  ```