Skip to content

[Chat] fix the tokenizer "int too big to convert" error in SFT training#3453

Merged
Fazziekey merged 14 commits intohpcaitech:mainfrom
Camille7777:hotfix/chat
Apr 6, 2023
Merged

[Chat] fix the tokenizer "int too big to convert" error in SFT training#3453
Fazziekey merged 14 commits intohpcaitech:mainfrom
Camille7777:hotfix/chat

Conversation

@Camille7777
Copy link
Copy Markdown
Contributor

@Camille7777 Camille7777 commented Apr 5, 2023

📌 Checklist before creating the PR

  • I have created an issue for this PR for traceability
  • The title follows the standard format: [doc/gemini/tensor/...]: A concise description
  • I have added relevant tags if possible for us to better distinguish different PRs

🚨 Issue number

Link this PR to your issue with words like fixed to automatically close the linked issue upon merge

e.g. fixed #1234, closed #1234, resolved #1234
fixed #3438

📝 What does this PR do?

Summarize your work here.
if you have any plots/diagrams/screenshots/tables, please attach them here.
add max_length setting in _tokenize_fn when using SupervisedDataset

💥 Checklist before requesting a review

  • I have linked my PR to an issue (instruction)
  • My issue clearly describes the problem/feature/proposal, with diagrams/charts/table/code if possible
  • I have performed a self-review of my code
  • I have added thorough tests.
  • I have added docstrings for all the functions/methods I implemented

⭐️ Do you enjoy contributing to Colossal-AI?

  • 🌝 Yes, I do.
  • 🌚 No, I don't.

Tell us more if you don't enjoy contributing to Colossal-AI.

RoBERTa for RLHF Stage 2 & 3 (still in testing)
1. add roberta folder under model folder
2. add  roberta option in train_reward_model.py
3. add some test in testci
This reverts commit 9c7352b.
RoBERTa for RLHF Stage 2 & 3 (still in testing)
1. add roberta folder under model folder
2. add  roberta option in train_reward_model.py
3. add some test in testci
This reverts commit 9c7352b.
This reverts commit 17ae7ae.
fix the tokenizer error during SFT training using Bloom and OPT
@Fazziekey Fazziekey merged commit 72cb4dd into hpcaitech:main Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: "OverflowError: int too big to convert" during SFT training using Bloom model

2 participants