Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ DataSmith is a large model designed to generate JSON-format data from textual co
|
|
10 |
## Models Available
|
11 |
- DataSmith-6B
|
12 |
- Hugging Face Model Hub: [DataSmith-6B](https://huggingface.co/rabbitcat/DataSmith-6b)
|
|
|
13 |
|
14 |
## Usage
|
15 |
You can use the model directly or load it with device and dtype settings. The following is an example of generating questions and answers based on text content. You also can use `quick_start_demo.py` to generate question and answer pairs based on text content.
|
|
|
10 |
## Models Available
|
11 |
- DataSmith-6B
|
12 |
- Hugging Face Model Hub: [DataSmith-6B](https://huggingface.co/rabbitcat/DataSmith-6b)
|
13 |
+
- github:[DataSmith](https://github.com/element-factory/DataSmith)
|
14 |
|
15 |
## Usage
|
16 |
You can use the model directly or load it with device and dtype settings. The following is an example of generating questions and answers based on text content. You also can use `quick_start_demo.py` to generate question and answer pairs based on text content.
|