Nicolas Iglesias
commited on
Commit
•
a8034da
1
Parent(s):
e93a8ff
Update README.md
Browse files
README.md
CHANGED
@@ -60,4 +60,16 @@ end_txt = output.find("<|endoftext|>", start_txt)
|
|
60 |
answer = output[start_txt:end_txt]
|
61 |
|
62 |
print(answer)
|
63 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
answer = output[start_txt:end_txt]
|
61 |
|
62 |
print(answer)
|
63 |
+
```
|
64 |
+
|
65 |
+
# Inference
|
66 |
+
|
67 |
+
Currently, the HuggingFace's Inference Tool UI doesn't properly load the model. However, you can use it with regular Python code as shown above.
|
68 |
+
|
69 |
+
# Acknowledgments
|
70 |
+
|
71 |
+
This model was developed by [Nicolás Iglesias](mailto:[email protected]) using the Hugging Face Transformers library.
|
72 |
+
|
73 |
+
# LICENSE
|
74 |
+
|
75 |
+
This model is released under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|