bhuvanmdev commited on
Commit
442eeb7
1 Parent(s): 47fda73

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - bhuvanmdev/chess-causal-formatted
5
+ language:
6
+ - en
7
+ tags:
8
+ - game
9
+ - experimetal
10
+ - chess
11
+ ---
12
+
13
+ # Experimental Chess Model (Causal)
14
+
15
+ ## Overview
16
+ This model is an experimental fine-tuned variant designed for **causal inference** on a very small subset of chess games. It leverages the base model obtained from Microsoft(phi-3-mini-4k-instruct) and has been fine-tuned using **Hugging Face Transformers** with the **Accelerate** library.
17
+
18
+ ## Key Details
19
+ - **Task**: Causal inference on chess games
20
+ - **Base Model**: phi-3-mini-4k-instruct
21
+ - **Fine-Tuning Framework**: Hugging Face Transformers with Accelerate and peft
22
+ - **License**: MIT
23
+
24
+ ## Description
25
+ The primary purpose of this model is to explore causal relationships within chess games. It was trained on a limited dataset, making it suitable for experimentation and research. While its performance may not match larger-scale models, it serves as a starting point for causal analysis in the chess games.
26
+ It also gives us an insight on how *causal models* react to high level chess games (2000> ELO).
27
+
28
+ ## Limitations
29
+ - **Small Dataset**: Due to the limited data, the model's generalization capabilities are restricted.
30
+ - **Experimental Nature**: This model is not production-ready and should be used for research purposes only.
31
+ - **Causal Interpretation**: Interpretation of causal effects requires careful consideration and domain expertise.
32
+
33
+ ## Usage
34
+ will be updated shortly !!!
35
+
36
+ ## Metrics
37
+ will be updated shortly !!!
38
+
39
+ ## Author
40
+ - **Author**: @bhuvanmdev <a href="https://github.com/bhuvanmdev" target="_blank">(GitHub profile)</a>
41
+
42
+
43
+ The main authors of the base model can be found <a href="https://huggingface.co/microsoft/Phi-3-mini-4k-instruct" target="_blank">Here</a>
44
+
45
+ Consider having a read at the <a href="https://huggingface.co/microsoft/Phi-3-mini-4k-instruct" target="_blank">original model card</a> to understand the biases,limitations and other necessary details.
46
+
47
+
48
+ **It's one of my first systematically fine-tuned model, Feel free to experiment with this model and contribute to its development! ;)
49
+ THANK YOU**
50
+
51
+ ---