Fan21 commited on
Commit
43e883c
1 Parent(s): d03a677

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ pipeline_tag: image-to-text
7
  # git_20
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
- This model is fine-tuned with Microsoft GIT with 1 Nvidia A100-80G GPU. We extracted 100,000 student assignments containing teacher evaluations from 3 million student assignments as training data. The training data is divided into the image part of student assignments and the text part of teacher evaluation. git_20 consists of 18 layers and over 170 million parameters, consuming up to 0.7 gigabytes of disk space. The project aims to use multi-modal and multi-task deep learning models to create a machine learning pipeline that provides automatic diagnostic feedback for students' mathematical reasoning. Researchers can experiment with and finetune the model to help construct multimodel that can effectively provide automatic diagnostic feedback for students' mathematical reasoning.
11
  ### Here is how to use it with texts in HuggingFace
12
  ```python
13
  from transformers import AutoModelForCausalLM
 
7
  # git_20
8
 
9
  <!-- Provide a quick summary of what the model is/does. -->
10
+ This model is fine-tuned with Microsoft GIT with 1 Nvidia A100-80G GPU. We extracted 100,000 student assignments containing teacher feedback from 3 million student assignments as training data. The training data is divided into the image part of student assignments and the text part of teacher feedback. git_20 consists of 18 layers and over 170 million parameters, consuming up to 0.7 gigabytes of disk space. The project aims to use multi-modal and multi-task deep learning models to create a machine learning pipeline that provides automatic diagnostic feedback for students' mathematical reasoning. Researchers can experiment with and finetune the model to help construct multimodel that can effectively provide automatic diagnostic feedback for students' mathematical reasoning.
11
  ### Here is how to use it with texts in HuggingFace
12
  ```python
13
  from transformers import AutoModelForCausalLM