Update README.md
Browse files
README.md
CHANGED
@@ -49,5 +49,5 @@ Conclusion
|
|
49 |
Hugging Face's story is one of transformation, collaboration, and empowerment. Their open-source contributions have reshaped the NLP landscape and democratized access to AI. As they continue to push the boundaries of AI research, we can expect Hugging Face to remain at the forefront of innovation, contributing to a more inclusive and ethical AI future. Their journey reminds us that the power of open-source collaboration can lead to groundbreaking advancements in technology and bring AI within the reach of many.
|
50 |
"""
|
51 |
print(summarizer(ARTICLE, max_length=128, do_sample=False))
|
52 |
-
>>> [{'summary_text':
|
53 |
```
|
|
|
49 |
Hugging Face's story is one of transformation, collaboration, and empowerment. Their open-source contributions have reshaped the NLP landscape and democratized access to AI. As they continue to push the boundaries of AI research, we can expect Hugging Face to remain at the forefront of innovation, contributing to a more inclusive and ethical AI future. Their journey reminds us that the power of open-source collaboration can lead to groundbreaking advancements in technology and bring AI within the reach of many.
|
50 |
"""
|
51 |
print(summarizer(ARTICLE, max_length=128, do_sample=False))
|
52 |
+
>>> [{'summary_text': "The birth of Hugging Face is a story of transformation, collaboration, and empowerment, as it continues to transform the world's AI landscape."}]
|
53 |
```
|