-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugging_face.txt
More file actions
30 lines (27 loc) · 1.26 KB
/
Copy pathhugging_face.txt
File metadata and controls
30 lines (27 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[[{]]
## Hugging Face
* prominent player in NLP space.
* French-American company developping tools for building ML apps.
* Develops and maintains the "Transformers" Python library
supporting state-of-the-art modles like Mistral 7B, BERT and
GPT-2.
* Compatible with **Pytorch, TensorFlow and JAX.
* **LangChain support leveraging the Hugging Face Hub, which provides
access to a massive number of models, datasets in various languages
and formats, and demo apps**, including integrations with Hugging
Face Endpoints, and enabling text generation inference powered by
the Text Genration Inference service.
* Integration with Hugging face models, including the **free Serverless
Endpoints API and dedicated Inference Endpoints for enterprise worloads
that come with support for AutoScaling**.
* It also support local/offline integration with Hugging Face
models and pipelines.
* ChatHugginFace : For chat apps.
* HuggingFacePipeline: Running models through pipelines.
* HuggingFaceEmbeddings:
* HuggingFaceInstructEmbeddings:
* HuggingFaceBgeEmbeddings:
* HuggingFaceHubEmbeddings: allows leveraging H.F. **Text Embeddings
Inference (TEI) toolkit** for high-performance extraction.
* HuggingFaceDatasetLoader: For datasets [[{data.source}]]
[[}]]