Skip to content

Cannot export a slightly customized XLMRoberta model from keras_nlp #9

Cannot export a slightly customized XLMRoberta model from keras_nlp

Cannot export a slightly customized XLMRoberta model from keras_nlp #9

Workflow file for this run

name: 'CSAT survey'
on:
issues:
types:
- closed
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/github-script@v6
with:
script: |
const script = require('./\.github/workflows/scripts/csat.js')
script({github, context})