alea-institute
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -135,13 +135,21 @@ print(
|
|
135 |
json.dumps(
|
136 |
[
|
137 |
r.get("generated_text")
|
138 |
-
for r in p(text, do_sample=True, temperature=0.5, num_return_sequences=3, max_new_tokens=
|
139 |
],
|
140 |
indent=2
|
141 |
)
|
142 |
)
|
143 |
```
|
144 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
### Related Material
|
146 |
|
147 |
* https://www.federalregister.gov/documents/2024/02/27/2024-03967/updated-guidance-for-making-a-proper-determination-of-obviousness
|
|
|
135 |
json.dumps(
|
136 |
[
|
137 |
r.get("generated_text")
|
138 |
+
for r in p(text, do_sample=True, temperature=0.5, num_return_sequences=3, max_new_tokens=64)
|
139 |
],
|
140 |
indent=2
|
141 |
)
|
142 |
)
|
143 |
```
|
144 |
|
145 |
+
```json
|
146 |
+
[
|
147 |
+
"# Title\nElectrode array and method for producing electrode array and electrode array using same\n\n## Abstract\nAn electrode array includes a plurality of electro",
|
148 |
+
"# Title\nMethods and systems for using a neural network to perform a plurality of operations on\na multi-layer path in a distributed manner in a ",
|
149 |
+
"# Title\nAnti-soluble compositions and methods for their use in the treatment of an eye\ndisease or condition mediated by soluble or non-soluble "
|
150 |
+
]
|
151 |
+
```
|
152 |
+
|
153 |
### Related Material
|
154 |
|
155 |
* https://www.federalregister.gov/documents/2024/02/27/2024-03967/updated-guidance-for-making-a-proper-determination-of-obviousness
|