jbraha commited on
Commit
4976162
1 Parent(s): f936c34

'mint autosave'

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -10,13 +10,11 @@ pinned: false
10
  ---
11
 
12
 
13
- # AI Project
14
 
15
- This repository holds my project for csuy 4613, [here](https://pantelis.github.io/artificial-intelligence/aiml-common/projects/nlp/finetuning-language-models-tweets/index.htm)
 
16
 
17
- The project is set up in a docker container pulled from tensorflow/tensorflow to allow for TF development.
18
-
19
- The Dockerfile was loaded 'FROM tensorflow/tensorflow, and was built as follows:
20
-
21
- <img src="ai_milestone1.png">
22
 
 
10
  ---
11
 
12
 
13
+ # Milestone 2
14
 
15
+ Here is the link to the HF space:
16
+ https://huggingface.co/spaces/jbraha/aiproject
17
 
18
+ Other notes:
19
+ - the docker image was changed to python 3.8.9 to align withe HF deployment, so tensorflow was imported manually
 
 
 
20