Update README.md
Browse files
README.md
CHANGED
@@ -818,9 +818,7 @@ This bias often appears when the model's system prompt sets it up as an assistan
|
|
818 |
|
819 |
To use the model directly, there are many ways to get started, choose one of the following ways to experience it.
|
820 |
|
821 |
-
###
|
822 |
-
|
823 |
-
#### Transformers
|
824 |
|
825 |
For direct use with `transformers`, you can easily get started with the following steps.
|
826 |
|
@@ -900,7 +898,7 @@ For direct use with `transformers`, you can easily get started with the followin
|
|
900 |
|
901 |
```
|
902 |
|
903 |
-
|
904 |
|
905 |
For direct use with `unsloth`, you can easily get started with the following steps.
|
906 |
|
@@ -941,13 +939,35 @@ For direct use with `unsloth`, you can easily get started with the following ste
|
|
941 |
print(results)
|
942 |
```
|
943 |
|
944 |
-
|
945 |
|
946 |
The content of this document will be updated soon. The documentation will guide usage through providers such as Huggingface Inference API, Together AI, or Replicate.
|
947 |
|
948 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
949 |
|
950 |
-
|
951 |
|
952 |
## Deployments
|
953 |
|
|
|
818 |
|
819 |
To use the model directly, there are many ways to get started, choose one of the following ways to experience it.
|
820 |
|
821 |
+
### Transformers
|
|
|
|
|
822 |
|
823 |
For direct use with `transformers`, you can easily get started with the following steps.
|
824 |
|
|
|
898 |
|
899 |
```
|
900 |
|
901 |
+
### Unsloth
|
902 |
|
903 |
For direct use with `unsloth`, you can easily get started with the following steps.
|
904 |
|
|
|
939 |
print(results)
|
940 |
```
|
941 |
|
942 |
+
## Online
|
943 |
|
944 |
The content of this document will be updated soon. The documentation will guide usage through providers such as Huggingface Inference API, Together AI, or Replicate.
|
945 |
|
946 |
+
## Playground
|
947 |
+
|
948 |
+
To make it easy for everyone to quickly experience the model through platforms like **Google Colab** and **Kaggle**. We’ve made these notebooks available so you can get started right away. See available notebooks with details [here](https://ghost-x.vercel.app/docs/notebooks/playground-with-ghost-7b-alpha/).
|
949 |
+
|
950 |
+
We offer notebooks with a wide selection of tools and platforms so you can easily get started. Here are some available options for you to try right now. Let’s pick one to get started.
|
951 |
+
|
952 |
+
There are currently two language versions: English and Vietnamese. In each version, it will be almost the same. The content will include installation instructions and functions to help get started quickly with experiencing the model's text generation capabilities. In addition, it also provides examples with system prompts for each field so you can better understand them.
|
953 |
+
|
954 |
+
#### Playground using Transformers
|
955 |
+
|
956 |
+
- [Kaggle @ Ghost 7B Alpha - Playground using Transformers, Vietnamese](https://www.kaggle.com/code/lamhieu/ghost-7b-alpha-playground-using-transformers-vi).
|
957 |
+
- [Colab @ Ghost 7B Alpha - Playground using Transformers, Vietnamese](https://colab.research.google.com/drive/14Cv6oT0pks3NoIUcXscAU9wex9A2T5H5?usp=sharing).
|
958 |
+
|
959 |
+
- [Kaggle @ Ghost 7B Alpha - Playground using Transformers, English](https://www.kaggle.com/code/lamhieu/ghost-7b-alpha-playground-using-transformers-en).
|
960 |
+
- [Colab @ Ghost 7B Alpha - Playground using Transformers, English](https://colab.research.google.com/drive/1lzgywm333wZIt5WNDs0ZajDvK7lm_Zy9?usp=sharing).
|
961 |
+
|
962 |
+
#### Playground using Unsloth
|
963 |
+
|
964 |
+
- [Kaggle @ Ghost 7B Alpha - Playground using Unsloth, Vietnamese](https://www.kaggle.com/code/lamhieu/ghost-7b-alpha-playground-using-unsloth-vi).
|
965 |
+
- [Colab @ Ghost 7B Alpha - Playground using Unsloth, Vietnamese](https://colab.research.google.com/drive/1E7QuthR33een9Otkepue5zFughCpab4P?usp=sharing).
|
966 |
+
|
967 |
+
- [Kaggle @ Ghost 7B Alpha - Playground using Unsloth, English](https://www.kaggle.com/code/lamhieu/ghost-7b-alpha-playground-using-unsloth-en).
|
968 |
+
- [Colab @ Ghost 7B Alpha - Playground using Unsloth, English](https://colab.research.google.com/drive/1u04RbzD87_AovQngWsUv-O_Q6YNj7Hzr?usp=sharing).
|
969 |
|
970 |
+
Revealing, experience with Kaggle will give you much better results in creating documents than Colab. We recommend using Kaggle.
|
971 |
|
972 |
## Deployments
|
973 |
|