Update README.md
Browse files
README.md
CHANGED
@@ -88,4 +88,7 @@ with open(f"./{jsonl_id}-outputs.jsonl", 'w', encoding='utf-8') as f:
|
|
88 |
json.dump(result, f, ensure_ascii=False) # ensure_ascii=False for handling non-ASCII characters
|
89 |
f.write('\n')
|
90 |
|
91 |
-
```
|
|
|
|
|
|
|
|
88 |
json.dump(result, f, ensure_ascii=False) # ensure_ascii=False for handling non-ASCII characters
|
89 |
f.write('\n')
|
90 |
|
91 |
+
```
|
92 |
+
|
93 |
+
### License
|
94 |
+
Apache License, Version 2.0
|