Felguk commited on
Commit
5e439c9
·
verified ·
1 Parent(s): 4d88e52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -18,6 +18,17 @@ tags:
18
 
19
  The **Felguk0.5-turbo-preview** model is a preview version of a powerful language model developed by ShareAI. It is designed for text generation, conversational systems, and other NLP tasks. Built on the Transformer architecture, this model is optimized for high performance.
20
 
 
 
 
 
 
 
 
 
 
 
 
21
  ## Usage
22
 
23
  To use the model with the `transformers` library:
 
18
 
19
  The **Felguk0.5-turbo-preview** model is a preview version of a powerful language model developed by ShareAI. It is designed for text generation, conversational systems, and other NLP tasks. Built on the Transformer architecture, this model is optimized for high performance.
20
 
21
+ ## All Felguk Models on Hugging Face
22
+
23
+ Here’s a list of all available models under the `felguk` namespace on Hugging Face:
24
+
25
+ | Model Name | Description | Link |
26
+ |-------------------------------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------|
27
+ | `shareAI/Felguk0.5-turbo-preview` | A preview version of the Felguk model for text generation and conversation. | [Model Page](https://huggingface.co/shareAI/Felguk0.5-turbo-preview) |
28
+ | `shareAI/Felguk0.5-base` | The base version of the Felguk model for general-purpose NLP tasks. | [Model Page](https://huggingface.co/shareAI/Felguk0.5-base) |
29
+ | `shareAI/Felguk0.5-large` | A larger version of the Felguk model with enhanced capabilities. | [Model Page](https://huggingface.co/shareAI/Felguk0.5-large) |
30
+ | `shareAI/Felguk0.5-multilingual` | A multilingual variant of the Felguk model for cross-language tasks. | [Model Page](https://huggingface.co/shareAI/Felguk0.5-multilingual) |
31
+
32
  ## Usage
33
 
34
  To use the model with the `transformers` library: