SHUBH677 commited on
Commit
e1cc4f6
·
verified ·
1 Parent(s): d02d39d

from huggingface_hub import HfApi api = HfApi() api.upload_file( path_or_fileobj="model/config.json", path_in_repo="config.json", repo_id="your-username/your-model-repo", commit_message="Added config.json with updated hyperparameters." )

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - fka/awesome-chatgpt-prompts
5
+ - HumanLLMs/Human-Like-DPO-Dataset
6
+ - cognitivecomputations/dolphin-r1
7
+ - DAMO-NLP-SG/multimodal_textbook
8
+ language:
9
+ - en
10
+ - hi
11
+ metrics:
12
+ - accuracy
13
+ - Aye10032/loss_metric
14
+ base_model:
15
+ - microsoft/phi-4
16
+ - deepseek-ai/DeepSeek-R1
17
+ - meta-llama/Llama-2-7b-chat-hf
18
+ new_version: deepseek-ai/DeepSeek-R1
19
+ pipeline_tag: reinforcement-learning
20
+ library_name: adapter-transformers
21
+ tags:
22
+ - legal
23
+ ---