Skip to content

Commit

Permalink
Use TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T as base_model_id
Browse files Browse the repository at this point in the history
  • Loading branch information
yuiseki committed Mar 21, 2024
1 parent 0fade7c commit 5747e5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes/A5000_24GB_x8/color-coder.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_task: tasks/text-generation/text2rgbhex.md
base_model_id: TinyLlama/TinyLlama-1.1B-Chat-v1.0
base_model_id: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
model_name: tinyllama-color-coder-v1
output_base_dir: output
dataset_id: burkelibbey/colors
Expand Down
2 changes: 1 addition & 1 deletion recipes/A5000_24GB_x8/fake-news-detector.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_task: tasks/nlp/fake-news-detection.md
base_model_id: TinyLlama/TinyLlama-1.1B-Chat-v1.0
base_model_id: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
model_name: tinyllama-fake-news-detector-v1
output_base_dir: output
dataset_id: mrm8488/fake-news
Expand Down
2 changes: 1 addition & 1 deletion recipes/A5000_24GB_x8/hate-speech-detector.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_task: tasks/nlp/hate-speech-detection.md
base_model_id: TinyLlama/TinyLlama-1.1B-Chat-v1.0
base_model_id: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
model_name: tinyllama-hate-speech-detector-v1
output_base_dir: output
dataset_id: tweets_hate_speech_detection
Expand Down
2 changes: 1 addition & 1 deletion recipes/A5000_24GB_x8/ja.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
target_task: tasks/nlp/hate-speech-detection.md
base_model_id: TinyLlama/TinyLlama-1.1B-Chat-v1.0
base_model_id: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
model_name: tinyllama-ja-v1
output_base_dir: output
dataset_id: izumi-lab/llm-japanese-dataset-vanilla
Expand Down
2 changes: 1 addition & 1 deletion recipes/A5000_24GB_x8/sentiment-analyzer.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
target_task: tasks/nlp/hate-speech-detection.md
base_model_id: TinyLlama/TinyLlama-1.1B-Chat-v1.0
model_name: tinyllama-sentiment-analyzer-v1
model_name: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
output_base_dir: output
dataset_id: carblacac/twitter-sentiment-analysis
dataset_input_hint: Given the text, predict whether it is positive or negative. You must always, without fail, output just only with 0 or 1.
Expand Down

0 comments on commit 5747e5f

Please sign in to comment.