PY007 commited on
Commit
a8f6431
1 Parent(s): 711924e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -59,4 +59,7 @@ outputs = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip(
59
  print(outputs)
60
  ```
61
 
 
 
 
62
 
 
59
  print(outputs)
60
  ```
61
 
62
+ ## License
63
+
64
+ This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses, including but not limited to the OpenAI Terms of Use for the dataset and the specific licenses for base language models (Qwen2 license). This project does not impose any additional constraints beyond those stipulated in the original licenses. Furthermore, users are reminded to ensure that their use of the dataset and checkpoints is in compliance with all applicable laws and regulations.
65