Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
cenfis
/
AlpaGo
like
5
Follow
Mathematical Intelligence
24
Text Generation
PEFT
vicgalle/alpaca-gpt4
English
License:
mit
Model card
Files
Files and versions
Community
2
Use this model
Q-bert
commited on
Jun 16, 2023
Commit
b38fc3b
·
1 Parent(s):
04972db
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-1
README.md
CHANGED
Viewed
@@ -40,4 +40,5 @@ input_text = "Hello, AlpaGo!"
40
output = model.process_text(input_text)
41
42
# Print the output
43
-
print(output)
```
40
output = model.process_text(input_text)
41
42
# Print the output
43
+
print(output)
44
+
```