azhiboedova commited on
Commit
290980f
1 Parent(s): 84b6a82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -9,6 +9,11 @@ tags:
9
  - text-generation-inference
10
  ---
11
 
 
 
 
 
 
12
  **Model Architecture**
13
  The Llama 3.1 8B model is a state-of-the-art language model designed for a wide range of conversational and text generation tasks. By applying the Adaptive Quantization Learning Mechanism (AQLM) developed by Yandex Research, the model's size has been significantly reduced without sacrificing its powerful capabilities. This approach dynamically adjusts the precision of model parameters during training, optimizing for both performance and efficiency.
14
 
@@ -58,7 +63,4 @@ outputs = pipeline(
58
  )
59
 
60
  print(outputs[0]["generated_text"][-1]["content"])
61
- ```
62
-
63
- **Model Developers**
64
- ----LINKEDINS----
 
9
  - text-generation-inference
10
  ---
11
 
12
+ **Model Developers**
13
+ [Dmitry Brazhenko](https://www.linkedin.com/in/dmitry-brazhenko/)
14
+ [Anastasiia Zhiboedova](https://www.linkedin.com/in/azhiboedova/)
15
+ [Mike Arbuzov](https://www.linkedin.com/in/mike-arbuzov/)
16
+
17
  **Model Architecture**
18
  The Llama 3.1 8B model is a state-of-the-art language model designed for a wide range of conversational and text generation tasks. By applying the Adaptive Quantization Learning Mechanism (AQLM) developed by Yandex Research, the model's size has been significantly reduced without sacrificing its powerful capabilities. This approach dynamically adjusts the precision of model parameters during training, optimizing for both performance and efficiency.
19
 
 
63
  )
64
 
65
  print(outputs[0]["generated_text"][-1]["content"])
66
+ ```