rabbitcat commited on
Commit
35cc41e
·
verified ·
1 Parent(s): 6d93b68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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.