zRzRzRzRzRzRzR
commited on
Commit
·
d22a3a2
1
Parent(s):
898392a
ready for model
Browse files
LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
MIT License
|
2 |
|
3 |
-
Copyright (c) 2025
|
4 |
|
5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
of this software and associated documentation files (the "Software"), to deal
|
|
|
1 |
MIT License
|
2 |
|
3 |
+
Copyright (c) 2025 Zhipu AI
|
4 |
|
5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
of this software and associated documentation files (the "Software"), to deal
|
README.md
CHANGED
@@ -49,8 +49,4 @@ generate_kwargs = {
|
|
49 |
out = model.generate(**generate_kwargs)
|
50 |
print(tokenizer.decode(out[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))
|
51 |
|
52 |
-
```
|
53 |
-
|
54 |
-
## License
|
55 |
-
|
56 |
-
The usage of this model’s weights is subject to the terms outlined in the [LICENSE](LICENSE).
|
|
|
49 |
out = model.generate(**generate_kwargs)
|
50 |
print(tokenizer.decode(out[0][inputs["input_ids"].shape[1]:], skip_special_tokens=True))
|
51 |
|
52 |
+
```
|
|
|
|
|
|
|
|