mirror of
https://github.com/google/sentencepiece.git
synced 2025-01-08 18:26:38 +03:00
update
This commit is contained in:
parent
00b7df6d37
commit
7b789ee2c2
1
.github/workflows/wheel.yml
vendored
1
.github/workflows/wheel.yml
vendored
@ -124,6 +124,7 @@ jobs:
|
||||
echo "::set-output name=digests::$(cat checksums.txt | base64 -w0)"
|
||||
|
||||
provenance:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
needs: [build_wheels, gather-disgests]
|
||||
permissions:
|
||||
actions: read # To read the workflow path.
|
||||
|
@ -7,7 +7,7 @@
|
||||
[![PyPi downloads](https://img.shields.io/pypi/dm/sentencepiece?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/sentencepiece/)
|
||||
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
|
||||
[![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||
![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev/images/gh-badge-level3.svg)
|
||||
[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev)
|
||||
|
||||
SentencePiece is an unsupervised text tokenizer and detokenizer mainly for
|
||||
Neural Network-based text generation systems where the vocabulary size
|
||||
|
Loading…
Reference in New Issue
Block a user